sm6225-common: Add devon & rhode to build guards
Change-Id: If5c3292acc54512d211c7f966c9c8d0d17c3c87f
This commit is contained in:
parent
afd5e10120
commit
22440349fa
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
ifneq ($(filter hawao, $(TARGET_DEVICE)),)
|
ifneq ($(filter devon hawao rhode, $(TARGET_DEVICE)),)
|
||||||
include $(call all-makefiles-under, $(LOCAL_PATH))
|
include $(call all-makefiles-under, $(LOCAL_PATH))
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
|
@ -25,7 +25,7 @@ source "${HELPER}"
|
||||||
setup_vendor "${DEVICE_COMMON}" "${VENDOR}" "${ANDROID_ROOT}" true
|
setup_vendor "${DEVICE_COMMON}" "${VENDOR}" "${ANDROID_ROOT}" true
|
||||||
|
|
||||||
# Warning headers and guards
|
# Warning headers and guards
|
||||||
write_headers "hawao"
|
write_headers "devon hawao rhode"
|
||||||
|
|
||||||
# The standard common blobs
|
# The standard common blobs
|
||||||
write_makefiles "${MY_DIR}/proprietary-files.txt" true
|
write_makefiles "${MY_DIR}/proprietary-files.txt" true
|
||||||
|
|
Loading…
Reference in a new issue