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:
commit
655e6a2c64
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue