diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 694ec2b..0ebb12a 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -171,6 +171,9 @@ TARGET_USERIMAGES_USE_EXT4 := true TARGET_USERIMAGES_USE_F2FS := true TARGET_USES_MKE2FS := true +# RenderScript +OVERRIDE_RS_DRIVER := libRSDriver_adreno.so + # RIL ENABLE_VENDOR_RIL_SERVICE := true diff --git a/holi.mk b/holi.mk index f8d4597..73da2bd 100644 --- a/holi.mk +++ b/holi.mk @@ -314,6 +314,10 @@ PRODUCT_PACKAGES += \ PresencePolling \ RcsService +# RenderScript HAL +PRODUCT_PACKAGES += \ + android.hardware.renderscript@1.0-impl + # RIL PRODUCT_PACKAGES += \ libjson \