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:
2b2731c
)
g12: Fix firmware extraction with VENDOR_BRAND
author
Nolen Johnson
<johnsonnolen@gmail.com>
Mon, 10 Jun 2024 05:51:48 +0000
(
01:51
-0400)
committer
Nolen Johnson
<johnsonnolen@gmail.com>
Mon, 10 Jun 2024 05:51:48 +0000
(
01:51
-0400)
Change-Id: I7af41a450cfed10d115f1bc6514f3a9f452b8374
setup-makefiles.sh
patch
|
blob
|
blame
|
history
diff --git
a/setup-makefiles.sh
b/setup-makefiles.sh
index e0e726857743b9c694524ad0badf7259bb0375f8..7dd4d5da16dbf427e77ce66c5e3dfd1226d7407b 100755
(executable)
--- a/
setup-makefiles.sh
+++ b/
setup-makefiles.sh
@@
-65,7
+65,7
@@
if [ -s "${MY_DIR}/../../${VENDOR_BRAND}/${DEVICE}/proprietary-files.txt" ]; the
write_makefiles "${MY_DIR}/../../${VENDOR_COMMON}/${DEVICE_COMMON}/proprietary-files-sm1.txt" true
fi
- if [ -f "${MY_DIR}/../../${VENDOR_BR
NAH
D}/${DEVICE}/proprietary-firmware.txt" ]; then
+ if [ -f "${MY_DIR}/../../${VENDOR_BR
AN
D}/${DEVICE}/proprietary-firmware.txt" ]; then
append_firmware_calls_to_makefiles "${MY_DIR}/../../${VENDOR_BRAND}/${DEVICE}/proprietary-firmware.txt"
fi