Skip to content
Snippets Groups Projects
Commit 0b3f00eb authored by Volodymyr Zhdanov's avatar Volodymyr Zhdanov Committed by Demon000
Browse files

sm6250-common: build renderscript hal from source

parent 206703de
No related branches found
No related tags found
Loading
......@@ -172,6 +172,9 @@ TARGET_USES_MKE2FS := true
# Releasetools
TARGET_RELEASETOOLS_EXTENSIONS := $(COMMON_PATH)
# RenderScript
OVERRIDE_RS_DRIVER := libRSDriver_adreno.so
# RIL
ENABLE_VENDOR_RIL_SERVICE := true
......
......@@ -250,6 +250,10 @@ PRODUCT_COPY_FILES += \
$(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
# RenderScript HAL
PRODUCT_PACKAGES += \
android.hardware.renderscript@1.0-impl
# Sensors
PRODUCT_PACKAGES += \
android.hardware.sensors@1.0-impl \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment