mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-05-30 01:07:17 +09:00
sm6250-common: Build RenderScript HAL from source
Change-Id: I3c2451d6d3ead4d4ef364523c0617bf1ce5af33f
This commit is contained in:
parent
0e9e5aa9d8
commit
ff31615379
@ -166,6 +166,9 @@ TARGET_USERIMAGES_USE_F2FS := true
|
|||||||
# Releasetools
|
# Releasetools
|
||||||
TARGET_RELEASETOOLS_EXTENSIONS := $(COMMON_PATH)
|
TARGET_RELEASETOOLS_EXTENSIONS := $(COMMON_PATH)
|
||||||
|
|
||||||
|
# RenderScript
|
||||||
|
OVERRIDE_RS_DRIVER := libRSDriver_adreno.so
|
||||||
|
|
||||||
# RIL
|
# RIL
|
||||||
ENABLE_VENDOR_RIL_SERVICE := true
|
ENABLE_VENDOR_RIL_SERVICE := true
|
||||||
|
|
||||||
|
4
atoll.mk
4
atoll.mk
@ -296,6 +296,10 @@ PRODUCT_PACKAGES += \
|
|||||||
libvndfwk_detect_jni.qti \
|
libvndfwk_detect_jni.qti \
|
||||||
libvndfwk_detect_jni.qti.vendor
|
libvndfwk_detect_jni.qti.vendor
|
||||||
|
|
||||||
|
# RenderScript HAL
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.renderscript@1.0-impl
|
||||||
|
|
||||||
# Rootdir
|
# Rootdir
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
init.qcom.early_boot.sh \
|
init.qcom.early_boot.sh \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user