From 34dcc11300e858b493e1e47b9200a5e9a93b1edb Mon Sep 17 00:00:00 2001 From: Alexander Koskovich Date: Wed, 22 Sep 2021 17:24:27 +0200 Subject: [PATCH] sm6250-common: Remove vendor RenderScript implementation. * RenderScript is deprecated on newer platforms and is being officially replaced. * On April 19, 2021, Google announced that RenderScript will be deprecated in Android 12, and recommended porting existing code to Vulkan. https://android-developers.googleblog.com/2021/04/android-gpu-compute-going-forward.html Change-Id: I19460ef266a646b046f1e7d2f0b4eab7c48ae536 --- BoardConfigCommon.mk | 3 --- atoll.mk | 4 ---- 2 files changed, 7 deletions(-) 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 \