Merge "Rectify KMI version." am: c05ef17e31

Original change: https://android-review.googlesource.com/c/platform/build/+/1706146

Change-Id: I30dfa63c1fd5b095e4fc645f415cbce60782eab8
This commit is contained in:
Yifan Hong 2021-05-13 19:53:06 +00:00 committed by Automerger Merge Worker
commit 655e6a2c64
1 changed files with 2 additions and 2 deletions

View File

@ -94,9 +94,9 @@ endif
BOARD_USES_RECOVERY_AS_BOOT := BOARD_USES_RECOVERY_AS_BOOT :=
TARGET_NO_KERNEL := false TARGET_NO_KERNEL := false
BOARD_USES_GENERIC_KERNEL_IMAGE := true BOARD_USES_GENERIC_KERNEL_IMAGE := true
# TODO(b/187432172): Add 5.10-android12-unstable
BOARD_KERNEL_MODULE_INTERFACE_VERSIONS := \ BOARD_KERNEL_MODULE_INTERFACE_VERSIONS := \
5.4-android12-0 \ 5.4-android12-unstable \
5.10-android12-unstable \
# Copy boot image in $OUT to target files. This is defined for targets where # Copy boot image in $OUT to target files. This is defined for targets where
# the installed GKI APEXes are built from source. # the installed GKI APEXes are built from source.