From: Stricted Date: Fri, 21 Sep 2018 22:19:33 +0000 (+0200) Subject: universal8895: build renderscript hal X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6d867633c5c6ef47c5b0bc402b94419c3b10de49;p=GitHub%2Fexynos8895%2Fandroid_device_samsung_universal8895-common.git universal8895: build renderscript hal Change-Id: I3699568130975c997063c51a29b67da972f39e80 --- diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 8e7c447..6d66cf2 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -75,6 +75,9 @@ TARGET_COPY_OUT_VENDOR := system/vendor # Device Tree BOARD_USES_DT := true +# Renderscript +OVERRIDE_RS_DRIVER := libRSDriverArm.so + # Wifi TARGET_USES_64_BIT_BCMDHD := true BOARD_WLAN_DEVICE := bcmdhd diff --git a/device-common.mk b/device-common.mk index 32e3b8e..62def6a 100644 --- a/device-common.mk +++ b/device-common.mk @@ -83,6 +83,10 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/com.nxp.mifare.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.nxp.mifare.xml \ frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml +# RenderScript +PRODUCT_PACKAGES += \ + android.hardware.renderscript@1.0-impl + # Wifi PRODUCT_PACKAGES += \ macloader \