Skip to content

Commit

Permalink
ANDROID: Fix build.config.gki-debug
Browse files Browse the repository at this point in the history
The gki-debug builds should not have their KMI trimmed, so make sure to
disable KMI_WHITELIST_STRICT_MODE.

Bug: 150772411
Signed-off-by: Quentin Perret <qperret@google.com>
Change-Id: I289fa8183603bc393eed4cc6089906d0d6fc51c5
  • Loading branch information
Quentin Perret committed May 4, 2020
1 parent 06e4191 commit 2899f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.config.gki-debug.aarch64
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
. ${ROOT_DIR}/common/build.config.gki.aarch64
TRIM_NONLISTED_KMI=""
KMI_WHITELIST_STRICT_MODE=""
1 change: 1 addition & 0 deletions build.config.gki-debug.x86_64
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
. ${ROOT_DIR}/common/build.config.gki.x86_64
TRIM_NONLISTED_KMI=""
KMI_WHITELIST_STRICT_MODE=""

0 comments on commit 2899f55

Please sign in to comment.