3734b68ca7
To provide more flexibility 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> Signed-off-by: Jeevan Shriram <jshriram@codeaurora.org> Change-Id: I9f4a7bad2c19bcdb3b494c97d7c1eea5c7f311ba
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
DEFCONFIG=gki_defconfig
|
|
POST_DEFCONFIG_CMDS="check_defconfig"
|
|
|
|
if [ -n "${GKI_BUILD_CONFIG_FRAGMENT}" ]; then
|
|
source ${GKI_BUILD_CONFIG_FRAGMENT}
|
|
fi
|