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
This commit is contained in:
Alexander Koskovich 2021-09-22 17:24:27 +02:00 committed by Alexander Winkowski
parent 54830186e5
commit 34dcc11300
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44
2 changed files with 0 additions and 7 deletions

View File

@ -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

View File

@ -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 \