diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 04e8dc7..3189056 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -168,9 +168,6 @@ 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 d6b53ab..706d580 100644 --- a/atoll.mk +++ b/atoll.mk @@ -296,10 +296,6 @@ PRODUCT_PACKAGES += \ libvndfwk_detect_jni.qti \ libvndfwk_detect_jni.qti.vendor -# RenderScript HAL -PRODUCT_PACKAGES += \ - android.hardware.renderscript@1.0-impl - # RIL PRODUCT_PACKAGES += \ libprotobuf-cpp-full \