Skip to content

Commit

Permalink
ANDROID: GKI: Add support for a GKI_DEFCONFIG_FRAGMENT
Browse files Browse the repository at this point in the history
To provide more fleixbility in debugging GKI builds, create a mechanism
for adding an optional file which may override some of the build vars,
such as POST_DEFCONFIG_CMDS.

Bug: 171343315
Signed-off-by: J. Avila <elavila@google.com>
Change-Id: I9f4a7bad2c19bcdb3b494c97d7c1eea5c7f311ba
  • Loading branch information
J. Avila committed Apr 16, 2021
1 parent de777f1 commit 23e7d05
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.config.gki.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ TRIM_NONLISTED_KMI=1
KMI_SYMBOL_LIST_STRICT_MODE=${KMI_SYMBOL_LIST_STRICT_MODE:-1}
MODULES_ORDER=android/gki_aarch64_modules
KMI_ENFORCED=1

if [ -n "${GKI_DEFCONFIG_FRAGMENT}" ]; then
source ${GKI_DEFCONFIG_FRAGMENT}
fi

0 comments on commit 23e7d05

Please sign in to comment.