sm7250-common: Fix namespace prefix in nfcee_access.xml

This commit is contained in:
Aayush Gupta
2021-08-26 12:07:27 +02:00
committed by KakatkarAkshay
parent 0e3ec1e429
commit 46598f7f46

View File

@@ -60,6 +60,9 @@ fi
function blob_fixup() {
case "${1}" in
system/etc/nfcee_access.xml)
sed -i -e 's|xliff=\"urn:oasis:names:tc:xliff:document:1.2|android=\"http:\/\/schemas.android.com\/apk\/res\/android|' "${2}"
;;
system_ext/lib64/libwfdnative.so)
sed -i "s/android.hidl.base@1.0.so/libhidlbase.so\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00/" "${2}"
;;