sm8450-common: Add support for zizhan
Change-Id: Ief5bc5351dcf8f11c7daa9d3a5f11470a25dc1bc Signed-off-by: Jens Reidel <adrian@travitia.xyz>
This commit is contained in:
parent
48b5e99211
commit
496915fa0a
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
ifneq ($(filter cupid marble mayfly mondrian thor unicorn zeus ziyi,$(TARGET_DEVICE)),)
|
||||
ifneq ($(filter cupid marble mayfly mondrian thor unicorn zeus ziyi zizhan,$(TARGET_DEVICE)),)
|
||||
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ source "${HELPER}"
|
|||
setup_vendor "${DEVICE_COMMON}" "${VENDOR_COMMON:-$VENDOR}" "${ANDROID_ROOT}" true
|
||||
|
||||
# Warning headers and guards
|
||||
write_headers "cupid marble mayfly mondrian thor unicorn zeus ziyi"
|
||||
write_headers "cupid marble mayfly mondrian thor unicorn zeus ziyi zizhan"
|
||||
|
||||
# The standard common blobs
|
||||
write_makefiles "${MY_DIR}/proprietary-files.txt" true
|
||||
|
|
Loading…
Reference in a new issue