Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b1ee0c0 authored by Quentin Perret's avatar Quentin Perret
Browse files

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: default avatarQuentin Perret <qperret@google.com>
Change-Id: Ifaa1ae8a15f09f3791ed4487920d7751062fa210
parent a3d45372
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,3 +9,4 @@ abi_gki_aarch64_cuttlefish_whitelist
abi_gki_aarch64_qcom_whitelist
"
TRIM_NONLISTED_KMI=1
KMI_WHITELIST_STRICT_MODE=1