mirror of
https://github.com/Evolution-X-Devices/device_google_zumapro
synced 2026-02-01 07:42:11 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user