Move the check of 16k folder to BoardConfig-common.mk
Bug: 391282888 Flag: EXEMPT bugfix Change-Id: I8d73365d826bc439b9b2f938afbe54cbcb48e380
This commit is contained in:
parent
2f0401baf1
commit
b000f3b7b5
2 changed files with 2 additions and 4 deletions
|
@ -17,7 +17,9 @@ include build/make/target/board/BoardConfigMainlineCommon.mk
|
|||
include build/make/target/board/BoardConfigPixelCommon.mk
|
||||
|
||||
# Include settings for 16k developer option, if enabled
|
||||
ifneq ($(wildcard $(TARGET_KERNEL_DIR)/16kb/),)
|
||||
include device/google/zuma/BoardConfig-16k-common.mk
|
||||
endif
|
||||
|
||||
# HACK : To fix up after bring up multimedia devices.
|
||||
TARGET_SOC := zuma
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue