Loading extract-files.sh +3 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,9 @@ function blob_fixup() { vendor/etc/libnfc-hal-st.conf) sed -i 's|STNFC_HAL_LOGLEVEL=.*|STNFC_HAL_LOGLEVEL=0x12|g' "${2}" ;; vendor/etc/camera/camxoverridesettings.txt) sed -i '$aexposeFullSizeForQCFA=TRUE' "${2}" ;; esac } Loading Loading
extract-files.sh +3 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,9 @@ function blob_fixup() { vendor/etc/libnfc-hal-st.conf) sed -i 's|STNFC_HAL_LOGLEVEL=.*|STNFC_HAL_LOGLEVEL=0x12|g' "${2}" ;; vendor/etc/camera/camxoverridesettings.txt) sed -i '$aexposeFullSizeForQCFA=TRUE' "${2}" ;; esac } Loading