universal8895: build renderscript hal
authorStricted <info@stricted.net>
Fri, 21 Sep 2018 22:19:33 +0000 (00:19 +0200)
committerJan Altensen <info@stricted.net>
Tue, 3 Sep 2019 16:55:14 +0000 (18:55 +0200)
Change-Id: I3699568130975c997063c51a29b67da972f39e80

BoardConfigCommon.mk
device-common.mk

index 8e7c447ec62d998879900315741f51748d92433b..6d66cf25a4bd293d662b44ede2ddd7768621279d 100644 (file)
@@ -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
index 32e3b8eb194d8efd663e4ade389cfd4e8dc8939c..62def6ace71c61ff012cd5c916ee55b22618cf81 100644 (file)
@@ -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 \