From 41b4f85f1f25d0032c988133a527786b8adc46e4 Mon Sep 17 00:00:00 2001 From: Alexander Koskovich Date: Fri, 10 Sep 2021 20:38:25 -0700 Subject: [PATCH] sdm710-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 --- manifest.xml | 10 ---------- sdm710.mk | 4 ---- 2 files changed, 14 deletions(-) diff --git a/manifest.xml b/manifest.xml index a05cdaa..021d71d 100644 --- a/manifest.xml +++ b/manifest.xml @@ -205,16 +205,6 @@ @1.1::IRadioConfig/default - - android.hardware.renderscript - passthrough - 1.0 - - IDevice - default - - @1.0::IDevice/default - android.hardware.secure_element hwbinder diff --git a/sdm710.mk b/sdm710.mk index b7b7acc..7526a1a 100644 --- a/sdm710.mk +++ b/sdm710.mk @@ -378,10 +378,6 @@ PRODUCT_PACKAGES += \ libjson \ librmnetctl -# RenderScript -PRODUCT_PACKAGES += \ - android.hardware.renderscript@1.0-impl - # Secure element PRODUCT_PACKAGES += \ android.hardware.secure_element@1.1 \