Rename huawei/backlight overlay to huawei, because it will contain other values

This commit is contained in:
Pierre-Hugues Husson 2018-05-27 13:16:13 +02:00
parent a9a6cba4dd
commit 60dd25356d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ fi
if getprop ro.vendor.build.fingerprint |grep -qiE '(huawei|honor|hi3660)' || [ -n "$FOUND_HUAWEI" ];then
FOUND_HUAWEI=1
setprop persist.sys.overlay.huawei.backlight true
setprop persist.sys.overlay.huawei true
fi
if [ -n "$FOUND_HUAWEI" ];then