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:
Greg Kroah-Hartman 2020-07-06 09:08:44 +02:00
parent 18aada792e
commit c579764ff6
5 changed files with 4 additions and 4 deletions

View file

@ -2,11 +2,11 @@
. ${ROOT_DIR}/common/build.config.aarch64
. ${ROOT_DIR}/common/build.config.gki
ABI_DEFINITION=abi_gki_aarch64.xml
KMI_WHITELIST=abi_gki_aarch64
ABI_DEFINITION=android/abi_gki_aarch64.xml
KMI_WHITELIST=android/abi_gki_aarch64
ADDITIONAL_KMI_WHITELISTS="
abi_gki_aarch64_cuttlefish
abi_gki_aarch64_qcom
android/abi_gki_aarch64_cuttlefish
android/abi_gki_aarch64_qcom
"
TRIM_NONLISTED_KMI=1
KMI_WHITELIST_STRICT_MODE=1