Skip to content

Commit

Permalink
ANDROID: Support disabling symbol trimming
Browse files Browse the repository at this point in the history
Allow disabling symbol trimming on the command line when running
build.sh. This allows us to make GKI builds without trimming and without
modifying the build config. The main use case is when we want to update
the symbol list in a mixed build system.

Bug: 186549137
Signed-off-by: Will McVicker <willmcvicker@google.com>
Change-Id: I16d1c348270b4dbb378f009857286acd7b6d8aa3
  • Loading branch information
Will McVicker committed Apr 28, 2021
1 parent 327b226 commit 7919cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.config.gki.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ FILES="${FILES}
arch/arm64/boot/Image.lz4
"

TRIM_NONLISTED_KMI=1
TRIM_NONLISTED_KMI=${TRIM_NONLISTED_KMI:-1}
KMI_SYMBOL_LIST_STRICT_MODE=${KMI_SYMBOL_LIST_STRICT_MODE:-1}
MODULES_ORDER=android/gki_aarch64_modules
KMI_ENFORCED=1
Expand Down

0 comments on commit 7919cae

Please sign in to comment.