diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 182a2db..8f6e175 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -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 diff --git a/atoll.mk b/atoll.mk index 657dd15..f9b6dca 100644 --- a/atoll.mk +++ b/atoll.mk @@ -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 \