Spacewar: Sync vendor for 22.1

Change-Id: Id3274a56142e9773ee822c30a9cd15ae5ace7859
This commit is contained in:
Wiktor Rudzki
2025-01-19 17:52:34 +01:00
parent f43dd16325
commit 1455ed0cf8
586 changed files with 27810 additions and 7545 deletions

View File

@@ -11,7 +11,7 @@
export PATH=/vendor/bin
soc_id=`getprop ro.vendor.qti.soc_id`
if [ "$soc_id" -eq 415 ] || [ "$soc_id" -eq 439 ] || [ "$soc_id" -eq 450 ] || [ "$soc_id" -eq 475 ] || [ "$soc_id" -eq 497 ] || [ "$soc_id" -eq 498 ] || [ "$soc_id" -eq 499 ] || [ "$soc_id" -eq 515 ]; then
if [ "$soc_id" -eq 415 ] || [ "$soc_id" -eq 439 ] || [ "$soc_id" -eq 450 ] || [ "$soc_id" -eq 475 ] || [ "$soc_id" -eq 497 ] || [ "$soc_id" -eq 498 ] || [ "$soc_id" -eq 499 ] || [ "$soc_id" -eq 515 ] || [ "$soc_id" -eq 576 ]; then
setprop persist.vendor.hvdcp_opti.start 2
exit 0
fi