[Huawei P10] Extend the fingerprint so that the stopping of 'aptouch' only applies to the P10.

This commit is contained in:
Sarah Vandomelen 2021-12-08 11:15:43 -08:00
parent 19533fb782
commit 8d11e629c4
1 changed files with 1 additions and 1 deletions

View File

@ -997,6 +997,6 @@ if [ "$(stat -c '%U' /dev/nxp_smartpa_dev)" == "root" ] &&
chown root:audio /dev/nxp_smartpa_dev
chmod 0660 /dev/nxp_smartpa_dev
fi
if getprop ro.odm.build.fingerprint |grep -q Huawei/Chicago;then
if getprop ro.odm.build.fingerprint |grep -q Huawei/Chicago/Chicago_VTR;then
setprop ctl.stop aptouch
fi