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