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:
248a051
)
g12: Correct comment on OP-TEE proprietary file setup-makefiles
author
Nolen Johnson
<johnsonnolen@gmail.com>
Tue, 7 Jun 2022 04:01:47 +0000
(
00:01
-0400)
committer
Nolen Johnson
<johnsonnolen@gmail.com>
Tue, 7 Jun 2022 04:08:14 +0000
(06:08 +0200)
Change-Id: I53aeb563eb700964af68bc3aa13c8fa9f00eb125
setup-makefiles.sh
patch
|
blob
|
blame
|
history
diff --git
a/setup-makefiles.sh
b/setup-makefiles.sh
index 9f8d0f475a75a6750b027e7cce6ed644cd06bead..6e16cf041b118a7cfa8d1d91edf418fe120655dc 100755
(executable)
--- a/
setup-makefiles.sh
+++ b/
setup-makefiles.sh
@@
-30,8
+30,7
@@
write_headers "g12a g12b sm1" "TARGET_AMLOGIC_SOC"
# The standard common blobs
write_makefiles "${MY_DIR}/proprietary-files.txt" true
-# The BSP blobs - we put a conditional in case the BSP
-# is actually being built
+# Allow opting out of OP-TEE
printf '\n%s\n' 'ifneq ($(TARGET_HAS_TEE),false)' >> "$PRODUCTMK"
write_makefiles "${MY_DIR}/proprietary-files-tee.txt" true