diff options
| author | Alexander Koskovich <zvnexus@outlook.com> | 2024-08-04 16:42:07 +0700 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2025-04-02 01:57:52 +0300 |
| commit | c6e6ef02458da190ee0e4d417a956d45f6e4d8b4 (patch) | |
| tree | b16043cb13a8b18c36f33f48c0936b2ae27a5db0 | |
| parent | d09fe3dfb30345253ec34b673a59cba76d3a88f0 (diff) | |
redbull: 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
| -rw-r--r-- | BoardConfig-common.mk | 3 | ||||
| -rw-r--r-- | device-common.mk | 4 | ||||
| -rw-r--r-- | manifest.xml | 10 |
3 files changed, 0 insertions, 17 deletions
diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index f0112713..df51725a 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -398,9 +398,6 @@ TARGET_USES_HARDWARE_QCOM_GPS := false BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := default BOARD_VENDOR_QCOM_LOC_PDK_FEATURE_SET := true -# RenderScript -OVERRIDE_RS_DRIVER := libRSDriver_adreno.so - # Sensors TARGET_SUPPORT_DIRECT_REPORT := true diff --git a/device-common.mk b/device-common.mk index 4a9a5ee4..6928635b 100644 --- a/device-common.mk +++ b/device-common.mk @@ -326,10 +326,6 @@ PRODUCT_PROPERTY_OVERRIDES += \ persist.vendor.radio.snapshot_enabled=0 \ persist.vendor.radio.snapshot_timer=0 -# RenderScript HAL -PRODUCT_PACKAGES += \ - android.hardware.renderscript@1.0-impl - # Light HAL PRODUCT_PACKAGES += \ lights.lito diff --git a/manifest.xml b/manifest.xml index d48d1bcc..bfae00ce 100644 --- a/manifest.xml +++ b/manifest.xml @@ -73,16 +73,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <instance>default</instance> </interface> </hal> - <!-- display --> - <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>vendor.google.radioext</name> <transport>hwbinder</transport> |
