c579764ff6
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
12 lines
346 B
Text
12 lines
346 B
Text
. ${ROOT_DIR}/common/build.config.common
|
|
. ${ROOT_DIR}/common/build.config.aarch64
|
|
. ${ROOT_DIR}/common/build.config.gki
|
|
|
|
ABI_DEFINITION=android/abi_gki_aarch64.xml
|
|
KMI_WHITELIST=android/abi_gki_aarch64
|
|
ADDITIONAL_KMI_WHITELISTS="
|
|
android/abi_gki_aarch64_cuttlefish
|
|
android/abi_gki_aarch64_qcom
|
|
"
|
|
TRIM_NONLISTED_KMI=1
|
|
KMI_WHITELIST_STRICT_MODE=1
|