sm6225-common: Add devon & rhode to build guards

Change-Id: If5c3292acc54512d211c7f966c9c8d0d17c3c87f
This commit is contained in:
Michael Bestas 2023-04-24 19:52:25 +03:00
parent afd5e10120
commit 22440349fa
No known key found for this signature in database
GPG key ID: CC95044519BE6669
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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