sm6225-common: Override NXP NFC service
Change-Id: If7936a79aa6cded9bbd1a675946b57c56c726d27
This commit is contained in:
parent
b8aec39cfe
commit
d0d3ab7c8b
1 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,9 @@ function blob_fixup() {
|
|||
system_ext/etc/permissions/moto-telephony.xml)
|
||||
sed -i "s#/system/#/system_ext/#" "${2}"
|
||||
;;
|
||||
vendor/etc/init/android.hardware.nfc@1.2-service-moto.rc)
|
||||
sed -i "s/class hal/override\n class hal/" "${2}"
|
||||
;;
|
||||
vendor/lib64/camera/components/com.qti.node.gpu.so)
|
||||
sed -i "s/camera.mot.is.coming.cts/vendor.camera.coming.cts/g" "${2}"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue