Include 16k board config only when 16k kernel exist
to avoid build breakage with test kernel prebuilts that doesn't have 16kb artifacts in it. Bug: 391282888 Flag: EXEMPT bugfix Change-Id: Idba3154b6f3fc378d788d7e4425f203125e1c3a8
This commit is contained in:
parent
08d2cadeb8
commit
855b6298bb
1 changed files with 2 additions and 0 deletions
|
@ -17,7 +17,9 @@ include build/make/target/board/BoardConfigMainlineCommon.mk
|
|||
include build/make/target/board/BoardConfigPixelCommon.mk
|
||||
|
||||
# Include settings for 16k page size kernel if enabled.
|
||||
ifneq ($(wildcard $(TARGET_KERNEL_DIR)/16kb/),)
|
||||
include device/google/zumapro/BoardConfig-16k-common.mk
|
||||
endif
|
||||
|
||||
# HACK : To fix up after bring up multimedia devices.
|
||||
TARGET_SOC := zumapro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue