build.config.msm.gki: Disable GKI_SKIP_IF_VERSION_MATCHES
We're currently using the ABI symbol list from within msm-kernel and is not version-tracked by ACK. Thus, GKI_SKIP_IF_VERSION_MATCHES may spuriously pass even if there is a symbol list change. Disable GKI_SKIP_IF_VERSION_MATCHES for now until we start using symbol list from ACK. Change-Id: Ifea662029a193e36c4c6d28bedc167399f4f85ba Signed-off-by: Elliot Berman <quic_eberman@quicinc.com>
This commit is contained in:
parent
7b69ee398d
commit
a52db04bfb
@ -15,7 +15,6 @@ KMI_ENFORCED=1
|
||||
|
||||
MAKE_GOALS="modules dtbs"
|
||||
GKI_BUILD_CONFIG=common/build.config.gki.aarch64
|
||||
GKI_SKIP_IF_VERSION_MATCHES=1
|
||||
GKI_SKIP_CP_KERNEL_HDR=1
|
||||
|
||||
# "Hacks" to enable symbol trimming on the common kernel from here (msm-kernel). To be removed once
|
||||
|
Loading…
Reference in New Issue
Block a user