projects
/
GitHub
/
LineageOS
/
G12
/
android_device_amlogic_g12-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a412f21
)
Revert "g12: Fixup PQModule typo"
author
Nolen Johnson
<johnsonnolen@gmail.com>
Mon, 22 Jul 2024 01:17:40 +0000
(21:17 -0400)
committer
Nolen Johnson
<johnsonnolen@gmail.com>
Mon, 22 Jul 2024 01:18:44 +0000
(
01:18
+0000)
This reverts commit
8c1b7ec253e2bedfc6b9a3228cca1f3bb752ccbc
.
Reason: Actually correct, already squash reverted in 21.
Change-Id: I9c06e4bba61780469d1aabd37efe55beb8f54cd9
extract-files.sh
patch
|
blob
|
blame
|
history
diff --git
a/extract-files.sh
b/extract-files.sh
index 7621fd4deb2eb1b55a8b04c43e0696cf92ce9520..ff046e7293497bf4d104c34d42a268977e8641e9 100755
(executable)
--- a/
extract-files.sh
+++ b/
extract-files.sh
@@
-60,9
+60,6
@@
fi
function blob_fixup() {
case "${1}" in
- odm/etc/tvconfig/pq/pq_default.ini)
- sed -i 's/pq.AllPQMoudle.en/pq.AllPQModule.en/g' "${2}"
- ;;
vendor/etc/init/fs.rc)
sed -i '/media 0770 media_rw media_rw/d' "${2}"
sed -i '/setprop ro.crypto.fuse_sdcard true/d' "${2}"