ANDROID: GKI: move abi files to android/
It's good to move the abi files out of the root kernel directory, so move them to android/ to make it obvious these are add-on things, not anything that is upstream. Bug: 155573384 Cc: Matthias Maennich <maennich@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I9f6c2269a1c4e8e4233971adc805cb7584d455f9
This commit is contained in:
parent
18aada792e
commit
c579764ff6
5 changed files with 4 additions and 4 deletions
|
@ -2,11 +2,11 @@
|
||||||
. ${ROOT_DIR}/common/build.config.aarch64
|
. ${ROOT_DIR}/common/build.config.aarch64
|
||||||
. ${ROOT_DIR}/common/build.config.gki
|
. ${ROOT_DIR}/common/build.config.gki
|
||||||
|
|
||||||
ABI_DEFINITION=abi_gki_aarch64.xml
|
ABI_DEFINITION=android/abi_gki_aarch64.xml
|
||||||
KMI_WHITELIST=abi_gki_aarch64
|
KMI_WHITELIST=android/abi_gki_aarch64
|
||||||
ADDITIONAL_KMI_WHITELISTS="
|
ADDITIONAL_KMI_WHITELISTS="
|
||||||
abi_gki_aarch64_cuttlefish
|
android/abi_gki_aarch64_cuttlefish
|
||||||
abi_gki_aarch64_qcom
|
android/abi_gki_aarch64_qcom
|
||||||
"
|
"
|
||||||
TRIM_NONLISTED_KMI=1
|
TRIM_NONLISTED_KMI=1
|
||||||
KMI_WHITELIST_STRICT_MODE=1
|
KMI_WHITELIST_STRICT_MODE=1
|
||||||
|
|
Loading…
Reference in a new issue