4b1ee0c027
This will ensure we get a build-time error if the whitelist does not match the KMI resulting from a build. This indicates that some whitelisted symbols are not actually exported, or that we export non-whitelisted symbols. This is non-desirable either way. Bug: 151133259 Bug: 149980028 Signed-off-by: Quentin Perret <qperret@google.com> Change-Id: Ifaa1ae8a15f09f3791ed4487920d7751062fa210
12 lines
344 B
Text
12 lines
344 B
Text
. ${ROOT_DIR}/common/build.config.common
|
|
. ${ROOT_DIR}/common/build.config.aarch64
|
|
. ${ROOT_DIR}/common/build.config.gki
|
|
|
|
ABI_DEFINITION=abi_gki_aarch64.xml
|
|
KMI_WHITELIST=abi_gki_aarch64_whitelist
|
|
ADDITIONAL_KMI_WHITELISTS="
|
|
abi_gki_aarch64_cuttlefish_whitelist
|
|
abi_gki_aarch64_qcom_whitelist
|
|
"
|
|
TRIM_NONLISTED_KMI=1
|
|
KMI_WHITELIST_STRICT_MODE=1
|