mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Add vendor prefix to slpi property
For devices launching with Android Q or later, properties defined by vendor should have the prefix "vendor." Bug: 138278883 Test: m Change-Id: I728b4d8ab2f46936e7954bece94e53e6628992fb
This commit is contained in:
@@ -7,4 +7,4 @@ setprop sys.qcom.devup 1
|
||||
version=`grep -ao "OEM_IMAGE_VERSION_STRING[ -~]*" \
|
||||
/vendor/firmware/slpi_v2.b04 | \
|
||||
sed -e s/OEM_IMAGE_VERSION_STRING=SLPI.version.// -e s/\(.*\).//`
|
||||
setprop sys.slpi.firmware.version "$version"
|
||||
setprop vendor.sys.slpi.firmware.version "$version"
|
||||
|
||||
Reference in New Issue
Block a user