sm6225-common: Rename camera.mot.is.coming.cts
* This prop is illegal due to violating the * vendor property namespace rules [Dhina17: Adapted for sm6225] Signed-off-by: electimon <electimon@gmail.com> Change-Id: I2da4951e19e97e5291cbb0f0b18cdae14f63fbaa
This commit is contained in:
parent
b6b3a73f89
commit
c51f172bec
2 changed files with 16 additions and 1 deletions
|
@ -63,6 +63,21 @@ function blob_fixup() {
|
|||
system_ext/etc/permissions/moto-telephony.xml)
|
||||
sed -i "s#/system/#/system_ext/#" "${2}"
|
||||
;;
|
||||
vendor/lib64/camera/components/com.qti.node.gpu.so)
|
||||
sed -i "s/camera.mot.is.coming.cts/vendor.camera.coming.cts/g" "${2}"
|
||||
;;
|
||||
vendor/lib64/com.qti.feature2.gs.so)
|
||||
sed -i "s/camera.mot.is.coming.cts/vendor.camera.coming.cts/g" "${2}"
|
||||
;;
|
||||
vendor/lib64/com.qti.feature2.rt.so)
|
||||
sed -i "s/camera.mot.is.coming.cts/vendor.camera.coming.cts/g" "${2}"
|
||||
;;
|
||||
vendor/lib64/hw/camera.qcom.so)
|
||||
sed -i "s/camera.mot.is.coming.cts/vendor.camera.coming.cts/g" "${2}"
|
||||
;;
|
||||
vendor/lib64/hw/com.qti.chi.override.so)
|
||||
sed -i "s/camera.mot.is.coming.cts/vendor.camera.coming.cts/g" "${2}"
|
||||
;;
|
||||
vendor/lib64/vendor.qti.hardware.camera.postproc@1.0-service-impl.so)
|
||||
hexdump -ve '1/1 "%.2X"' "${2}" | sed "s/130A0094/1F2003D5/g" | xxd -r -p > "${EXTRACT_TMP_DIR}/${1##*/}"
|
||||
mv "${EXTRACT_TMP_DIR}/${1##*/}" "${2}"
|
||||
|
|
2
sepolicy/vendor/property_contexts
vendored
2
sepolicy/vendor/property_contexts
vendored
|
@ -1,5 +1,5 @@
|
|||
# Camera
|
||||
camera.mot.is.coming.cts u:object_r:vendor_camera_prop:s0
|
||||
vendor.camera.coming.cts u:object_r:vendor_camera_prop:s0
|
||||
|
||||
# Radio
|
||||
vendor.ril. u:object_r:vendor_radio_prop:s0
|
||||
|
|
Loading…
Reference in a new issue