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