From 6069b629fafd750e54872917ad8e6ceb1ef40ced Mon Sep 17 00:00:00 2001 From: 173210 Date: Mon, 13 Apr 2015 19:36:26 +0900 Subject: Add a new device: sc02c Change-Id: Ia125e797ea0bd6e673f3d53e3bdbee73d1cb3567 --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index a98a79c..be964ce 100644 --- a/Android.mk +++ b/Android.mk @@ -14,7 +14,7 @@ # limitations under the License. # -ifneq ($(filter d710 i777 i9100 n7000 r760,$(TARGET_DEVICE)),) +ifneq ($(filter d710 i777 i9100 sc02c n7000 r760,$(TARGET_DEVICE)),) LOCAL_PATH := $(call my-dir) include $(call all-makefiles-under,$(LOCAL_PATH)) -- cgit v1.1