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:
Inseob Kim
2019-07-29 15:22:02 +09:00
parent 31bc4019ba
commit b8e404540d
2 changed files with 2 additions and 2 deletions

View File

@@ -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"