Rename huawei/backlight overlay to huawei, because it will contain other values
diff --git a/vndk-detect b/vndk-detect
index 563af53..4043306 100644
--- a/vndk-detect
+++ b/vndk-detect
@@ -17,7 +17,7 @@
 
 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