summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Chen <ycchen@google.com>2022-07-14 16:37:46 +0800
committerIsaac Chen <ycchen@google.com>2022-07-14 16:37:46 +0800
commit6f0014684cd2b04e2c773bb2c9faca07921bffaa (patch)
treeb6265afba52769c18933c6ea7d606a163331d143
parent885542c0b134a7406729ffd7b5f952fb4b8e2aca (diff)
downloaddevelopment-6f0014684cd2b04e2c773bb2c9faca07921bffaa.tar.gz
Check GKI symbol under kernel/prebuilts/
Before this change, a13_kmi_compatibility_test is a self-check of the GKI symbols under development/gki/kmi_abi_chk/sym-5.1?. After this change, the GKI symbols under kernel/prebuilts/, which are released monthly, will be checked against previously released GKI symbols under development/gki/kmi_abi_chk/sym-5.1?. Bug: 238980703 Test: $ lunch aosp_arm64-userdebug $ m a13_kmi_compatibility_test Change-Id: I608b34aae819e1ffa2eb318b88cf728f7bb76c45
-rw-r--r--gki/kmi_abi_chk/kmi_compatibility_test.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/gki/kmi_abi_chk/kmi_compatibility_test.mk b/gki/kmi_abi_chk/kmi_compatibility_test.mk
index 2f7c491c5..f5bced47c 100644
--- a/gki/kmi_abi_chk/kmi_compatibility_test.mk
+++ b/gki/kmi_abi_chk/kmi_compatibility_test.mk
@@ -24,8 +24,12 @@ KMI_CHK_SCRIPT := $(LOCAL_PATH)/kmi_compatibility_test.sh
# current kernel symbol file to be checked. E.g.,
# $ m CURR_5_10_SYMVERS=kernel/prebuilts/5.10/arm64/vmlinux.symvers \
# gki_5_10_kmi_compatibility_test
-CURR_5_15_SYMVERS ?= development/gki/kmi_abi_chk/sym-5.15/vmlinux.symvers
-CURR_5_10_SYMVERS ?= development/gki/kmi_abi_chk/sym-5.10/vmlinux.symvers
+#CURR_5_15_SYMVERS ?= development/gki/kmi_abi_chk/sym-5.15/vmlinux.symvers
+#CURR_5_10_SYMVERS ?= development/gki/kmi_abi_chk/sym-5.10/vmlinux.symvers
+
+# Check the one under kernel/prebuilts for stable GKI KMI.
+CURR_5_15_SYMVERS ?= kernel/prebuilts/5.15/arm64/vmlinux.symvers
+CURR_5_10_SYMVERS ?= kernel/prebuilts/5.10/arm64/vmlinux.symvers
# Previous kernel symbol files, against which the latest one is checked
# The file names of previous kernel symbol files are of this form: