16k: Move logic from device/google/shusky/BoardConfig-shusky-common.mk to zuma/BoardConfig-16k-common.mk
The makefile logic in device/google/shusky/BoardConfig-shusky-common.mk is identical to the logic required for akita. Hence, this logic is moved to device/google/zuma/BoardConfig-16k-common.mk to avoid duplicating the file for akita. Bug: 370842132 Bug: 349877551 Test: Built and booted up `aosp_shiba` and and `aosp_shiba-pgagnostic` targets Flag: EXEMPT bugfix Change-Id: Ibd060eae8f4e97ae8ff800f765e2310c984e5796 Merged-In: Ibd060eae8f4e97ae8ff800f765e2310c984e5796
This commit is contained in:
parent
e192e6f56e
commit
fbedb6f26f
2 changed files with 41 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
|||
include build/make/target/board/BoardConfigMainlineCommon.mk
|
||||
include build/make/target/board/BoardConfigPixelCommon.mk
|
||||
|
||||
# Include settings for 16k developer option, if enabled
|
||||
include device/google/zuma/BoardConfig-16k-common.mk
|
||||
|
||||
# HACK : To fix up after bring up multimedia devices.
|
||||
TARGET_SOC := zuma
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue