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
commit 48999bb777
2 changed files with 2 additions and 2 deletions

View file

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