浏览代码

build.config.msm.gki: Add other symbol lists

Due to limitation of ABI checker, ABI differences can be reported if
symbol list of the reference ABI snapshot does not match. Add the
missing the other symbol lists.

The benefit lost by adding other symbol lists is that build_abi.sh would
not report missing symbols from abi_gki_aarch64_qcom symbol list since
symbol may be added by another contributor, but not into
abi_gki_aarch64_qcom list. This benefit can be re-acquired by pre-merge
checks.

Change-Id: Ie66bde15e7e8b085936faaecc06f0df91a42074d
Signed-off-by: Elliot Berman <[email protected]>
Elliot Berman 3 年之前
父节点
当前提交
58567cd013
共有 1 个文件被更改,包括 19 次插入0 次删除
  1. 19 0
      build.config.msm.gki

+ 19 - 0
build.config.msm.gki

@@ -13,6 +13,25 @@ BUILD_INITRAMFS=1
 
 ABI_DEFINITION=android/abi_gki_aarch64.xml
 KMI_SYMBOL_LIST=android/abi_gki_aarch64_qcom
+ADDITIONAL_KMI_SYMBOL_LISTS="
+android/abi_gki_aarch64
+android/abi_gki_aarch64_core
+android/abi_gki_aarch64_db845c
+android/abi_gki_aarch64_exynos
+android/abi_gki_aarch64_exynosauto
+android/abi_gki_aarch64_fips140
+android/abi_gki_aarch64_galaxy
+android/abi_gki_aarch64_generic
+android/abi_gki_aarch64_hikey960
+android/abi_gki_aarch64_imx
+android/abi_gki_aarch64_mtk
+android/abi_gki_aarch64_oplus
+android/abi_gki_aarch64_rockchip
+android/abi_gki_aarch64_unisoc
+android/abi_gki_aarch64_virtual_device
+android/abi_gki_aarch64_vivo
+android/abi_gki_aarch64_xiaomi
+"
 KMI_SYMBOL_LIST_MODULE_GROUPING=0
 KMI_SYMBOL_LIST_ADD_ONLY=1
 KMI_ENFORCED=1