ANDROID: Update comment in build.config.gki.aarch64.

as a response to comments in I7e2c62e7dd97c6b.

Test: TH
Bug: 215745244
Change-Id: I2a2104216107dd5e22d4b1c6d4d978f0c79a3004
Signed-off-by: Yifan Hong <elsk@google.com>
This commit is contained in:
Yifan Hong
2022-02-11 13:41:41 -08:00
parent f0a8f34910
commit a2625171d1

View File

@@ -7,7 +7,7 @@ Image.lz4
"
TIDY_ABI=1
# Sync with BUILD.bazel, define_common_kernels() if the list differs from
# Update BUILD.bazel, define_common_kernels() if the list differs from
# android/abi_gki_aarch64* in the filesystem.
KMI_SYMBOL_LIST=android/abi_gki_aarch64
ADDITIONAL_KMI_SYMBOL_LISTS="
@@ -22,7 +22,7 @@ FILES="${FILES}
arch/arm64/boot/Image.lz4
"
# Sync with BUILD.bazel, define_common_kernels() if the value is not 1.
# Update BUILD.bazel, define_common_kernels() if the value is not 1.
TRIM_NONLISTED_KMI=${TRIM_NONLISTED_KMI:-1}
KMI_SYMBOL_LIST_STRICT_MODE=${KMI_SYMBOL_LIST_STRICT_MODE:-1}