GKI: Update ABI definitions

Update definitions to be more inclusive:
KBI_WHITELIST -> KMI_SYMBOL_LIST.

Change-Id: I5471f7b817c646ff387f641a0e6553ca5772df3a
Signed-off-by: Elliot Berman <eberman@codeaurora.org>
This commit is contained in:
Elliot Berman 2020-08-13 12:13:03 -07:00
parent 47d78dff60
commit c094f81b3e
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if [ -z "${GKI_RAMDISK_PREBUILT_BINARY}" ]; then
fi
ABI_DEFINITION=abi_gki_aarch64.xml
KMI_WHITELIST=abi_gki_qcom_whitelist
KMI_SYMBOL_LIST=abi_gki_aarch64_qcom
function build_defconfig_fragments() {
if [[ "${VARIANT}" =~ ^(gki|consolidate)$ ]]; then