ehci_handshake was added to the symbol list as a temporary workaround for CRC-related issues in the ehci code. But since this has now been fixed, let's drop the unnecessary symbol list altogether. Bug: 167230325 Signed-off-by: Quentin Perret <qperret@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I8f56b01ff9bed8e0d417f8c90adb7c32480d55cf
26 lines
757 B
Plaintext
26 lines
757 B
Plaintext
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.common
|
|
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.aarch64
|
|
. ${ROOT_DIR}/${KERNEL_DIR}/build.config.gki
|
|
|
|
ABI_DEFINITION=android/abi_gki_aarch64.xml
|
|
KMI_SYMBOL_LIST=android/abi_gki_aarch64
|
|
ADDITIONAL_KMI_SYMBOL_LISTS="
|
|
android/abi_gki_aarch64_cuttlefish
|
|
android/abi_gki_aarch64_db845c
|
|
android/abi_gki_aarch64_exynos
|
|
android/abi_gki_aarch64_galaxy
|
|
android/abi_gki_aarch64_goldfish
|
|
android/abi_gki_aarch64_hikey960
|
|
android/abi_gki_aarch64_oneplus
|
|
android/abi_gki_aarch64_oplus
|
|
android/abi_gki_aarch64_qcom
|
|
android/abi_gki_aarch64_sunxi
|
|
android/abi_gki_aarch64_unisoc
|
|
android/abi_gki_aarch64_vivo
|
|
android/abi_gki_aarch64_xiaomi
|
|
"
|
|
TRIM_NONLISTED_KMI=1
|
|
KMI_SYMBOL_LIST_ADD_ONLY=1
|
|
KMI_SYMBOL_LIST_STRICT_MODE=1
|
|
KMI_ENFORCED=1
|