From d236ae1b70b967fc239f71ea6fda8860ca47ec4e Mon Sep 17 00:00:00 2001 From: Quentin Perret Date: Fri, 24 Apr 2020 15:10:10 +0100 Subject: [PATCH] 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 Change-Id: Ifaa1ae8a15f09f3791ed4487920d7751062fa210 --- build.config.gki.aarch64 | 1 + 1 file changed, 1 insertion(+) diff --git a/build.config.gki.aarch64 b/build.config.gki.aarch64 index e471ec44e690..211d033d60dc 100644 --- a/build.config.gki.aarch64 +++ b/build.config.gki.aarch64 @@ -14,3 +14,4 @@ abi_gki_aarch64_unisoc_whitelist abi_gki_aarch64_sunxi_whitelist " TRIM_NONLISTED_KMI=1 +KMI_WHITELIST_STRICT_MODE=1