ANDROID: build.config.gki.aarch64: Enable WHITELIST_STRICT_MODE

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
This commit is contained in:
Quentin Perret 2020-04-28 14:21:58 +01:00
parent a3d453725c
commit 4b1ee0c027

View File

@ -9,3 +9,4 @@ abi_gki_aarch64_cuttlefish_whitelist
abi_gki_aarch64_qcom_whitelist
"
TRIM_NONLISTED_KMI=1
KMI_WHITELIST_STRICT_MODE=1