sm6250-common: Build RenderScript HAL from source

Change-Id: I3c2451d6d3ead4d4ef364523c0617bf1ce5af33f
This commit is contained in:
Volodymyr Zhdanov 2020-10-20 02:38:54 +03:00 committed by Alexander Winkowski
parent 0e9e5aa9d8
commit ff31615379
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44
2 changed files with 7 additions and 0 deletions

View File

@ -166,6 +166,9 @@ TARGET_USERIMAGES_USE_F2FS := true
# Releasetools
TARGET_RELEASETOOLS_EXTENSIONS := $(COMMON_PATH)
# RenderScript
OVERRIDE_RS_DRIVER := libRSDriver_adreno.so
# RIL
ENABLE_VENDOR_RIL_SERVICE := true

View File

@ -296,6 +296,10 @@ PRODUCT_PACKAGES += \
libvndfwk_detect_jni.qti \
libvndfwk_detect_jni.qti.vendor
# RenderScript HAL
PRODUCT_PACKAGES += \
android.hardware.renderscript@1.0-impl
# Rootdir
PRODUCT_PACKAGES += \
init.qcom.early_boot.sh \