From c24d83443b2acfb4ecf1491992f8b581236210b4 Mon Sep 17 00:00:00 2001 From: Demon000 Date: Fri, 14 Aug 2020 23:57:57 +0300 Subject: [PATCH] sm6250-common: add all devices to guard --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index 187b2dc..a523976 100644 --- a/Android.mk +++ b/Android.mk @@ -6,7 +6,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter curtana,$(TARGET_DEVICE)),) +ifneq ($(filter curtana excalibur gram joyeuse,$(TARGET_DEVICE)),) include $(call all-makefiles-under,$(LOCAL_PATH)) include $(CLEAR_VARS)