mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: 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 Signed-off-by: SamarV-121 <samarvispute121@pm.me> Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
72d3545e26
commit
58957661c3
2 changed files with 0 additions and 13 deletions
|
|
@ -172,15 +172,6 @@
|
|||
<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.thermal</name>
|
||||
<transport>hwbinder</transport>
|
||||
|
|
|
|||
|
|
@ -243,10 +243,6 @@ PRODUCT_PACKAGES += \
|
|||
fastbootd \
|
||||
init.recovery.exynos7884B.rc
|
||||
|
||||
# Renderscript
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.renderscript@1.0-impl
|
||||
|
||||
# Nuke Useless Apps (Mostly GAPPS)
|
||||
PRODUCT_PACKAGES += \
|
||||
RemovePkgs
|
||||
|
|
|
|||
Loading…
Reference in a new issue