sdm845-common: Add fajita to build guard

Change-Id: Ifd973fde6941cf8bcb84f1257ce7d2a8e35532b6
This commit is contained in:
Rabih Salamey 2018-11-15 02:08:18 -05:00 committed by LuK1337
parent 0c490403b4
commit 48999bb777
2 changed files with 2 additions and 2 deletions

View file

@ -16,6 +16,6 @@
LOCAL_PATH := $(call my-dir) LOCAL_PATH := $(call my-dir)
ifneq ($(filter enchilada,$(TARGET_DEVICE)),) ifneq ($(filter enchilada fajita,$(TARGET_DEVICE)),)
include $(call all-makefiles-under,$(LOCAL_PATH)) include $(call all-makefiles-under,$(LOCAL_PATH))
endif endif

View file

@ -34,7 +34,7 @@ fi
setup_vendor "$DEVICE_COMMON" "$VENDOR" "$LINEAGE_ROOT" true setup_vendor "$DEVICE_COMMON" "$VENDOR" "$LINEAGE_ROOT" true
# Copyright headers and guards # Copyright headers and guards
write_headers "enchilada" write_headers "enchilada fajita"
# The standard common blobs # The standard common blobs
write_makefiles "$MY_DIR"/proprietary-files.txt true write_makefiles "$MY_DIR"/proprietary-files.txt true