From ff3161537916170503f6237f3b758324d79c4e96 Mon Sep 17 00:00:00 2001 From: Volodymyr Zhdanov Date: Tue, 20 Oct 2020 02:38:54 +0300 Subject: [PATCH] sm6250-common: Build RenderScript HAL from source Change-Id: I3c2451d6d3ead4d4ef364523c0617bf1ce5af33f --- BoardConfigCommon.mk | 3 +++ atoll.mk | 4 ++++ 2 files changed, 7 insertions(+) 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 \