sdm845-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-10 20:38:25 -07:00 committed by Lup Gabriel
parent 679a2237e2
commit a1b0aea59a
No known key found for this signature in database
GPG Key ID: 681B81671D9716D9
2 changed files with 0 additions and 13 deletions

View File

@ -165,15 +165,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.renderscript</name>
<transport arch="32+64">passthrough</transport>
<version>1.0</version>
<interface>
<name>IDevice</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.sensors</name>
<transport>hwbinder</transport>

View File

@ -312,10 +312,6 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
librecovery_updater_xiaomi
# RenderScript
PRODUCT_PACKAGES += \
android.hardware.renderscript@1.0-impl
# Seccomp policy
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/seccomp/mediacodec-seccomp.policy:$(TARGET_COPY_OUT_VENDOR)/etc/seccomp_policy/mediacodec.policy