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

@@ -2,7 +2,7 @@
#==============================================================================
# init.qti.media.sh
#
# Copyright (c) 2020-2022, Qualcomm Technologies, Inc.
# Copyright (c) 2020-2023, Qualcomm Technologies, Inc.
# All Rights Reserved.
# Confidential and Proprietary - Qualcomm Technologies, Inc.
#
@@ -50,9 +50,10 @@ case "$target" in
case "$soc_hwid" in
475|515)
setprop vendor.media.target_variant "_yupik_v0"
if [ $build_codename -le "13" ]; then
#vincent.yan@media.video,2023/10/12,set netflix prop on all Android versions
#if [ $build_codename -le "14" ]; then
setprop vendor.netflix.bsp_rev "Q7325-SPY-33758-1"
fi
#fi
sku_ver=`cat /sys/devices/platform/soc/aa00000.qcom,vidc/sku_version` 2> /dev/null
if [ $sku_ver -eq 1 ]; then
setprop vendor.media.target_variant "_yupik_v1"
@@ -79,7 +80,7 @@ case "$target" in
else
setprop vendor.media.target_variant "_lahaina"
fi
if [ $build_codename -le "13" ]; then
if [ $build_codename -le "14" ]; then
setprop vendor.netflix.bsp_rev "Q875-32408-1"
fi
;;
@@ -87,7 +88,7 @@ case "$target" in
;;
"holi")
case "$soc_hwid" in
507|565)
507|565|628|647)
setprop vendor.media.target_variant "_blair"
if [ $build_codename -le "13" ]; then
setprop vendor.netflix.bsp_rev "Q4350-32962-1"