sm6250-common: build renderscript hal from source

This commit is contained in:
Volodymyr Zhdanov 2020-10-20 02:38:54 +03:00 committed by Demon000
parent 206703de98
commit 0b3f00ebe2
2 changed files with 7 additions and 0 deletions

View File

@ -172,6 +172,9 @@ TARGET_USES_MKE2FS := true
# Releasetools # Releasetools
TARGET_RELEASETOOLS_EXTENSIONS := $(COMMON_PATH) TARGET_RELEASETOOLS_EXTENSIONS := $(COMMON_PATH)
# RenderScript
OVERRIDE_RS_DRIVER := libRSDriver_adreno.so
# RIL # RIL
ENABLE_VENDOR_RIL_SERVICE := true ENABLE_VENDOR_RIL_SERVICE := true

View File

@ -250,6 +250,10 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/rootdir/etc/init.recovery.qcom.rc:recovery/root/init.recovery.qcom.rc \ $(LOCAL_PATH)/rootdir/etc/init.recovery.qcom.rc:recovery/root/init.recovery.qcom.rc \
$(LOCAL_PATH)/rootdir/bin/init.recovery.qcom.sh:recovery/root/init.recovery.qcom.sh $(LOCAL_PATH)/rootdir/bin/init.recovery.qcom.sh:recovery/root/init.recovery.qcom.sh
# RenderScript HAL
PRODUCT_PACKAGES += \
android.hardware.renderscript@1.0-impl
# Sensors # Sensors
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.sensors@1.0-impl \ android.hardware.sensors@1.0-impl \