apollon: Suppress CamX debug

Change-Id: I001be38a19664bcf4994fc88fa1f4448c8cc7891
This commit is contained in:
Pig
2020-04-23 14:52:53 +02:00
committed by Ramii Ahmed
parent 009e1c2483
commit 08b6b0a86d

View File

@@ -17,6 +17,10 @@ function blob_fixup() {
LEGACY_MIFARE_READER=1
EOF
;;
vendor/etc/camera/camxoverridesettings.txt)
sed -i "s/0x10098/0/g" "${2}"
sed -i "s/0x1F/0x0/g" "${2}"
;;
vendor/lib64/camera/components/com.mi.node.watermark.so)
"${PATCHELF}" --add-needed "libpiex_shim.so" "${2}"
;;