From cbb1f1e1083c2baed5175be9837d0ed5e2bf544b Mon Sep 17 00:00:00 2001 From: sbrissen Date: Thu, 30 Aug 2012 10:29:05 -0400 Subject: [PATCH] Allow d710 to pull from common repo Change-Id: I1c6a10d8ab9efd98baebb95306c092aa1d699764 --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index 52fa6a2..66feb65 100644 --- a/Android.mk +++ b/Android.mk @@ -16,7 +16,7 @@ LOCAL_PATH := $(call my-dir) -ifneq ($(filter i777 i9100 n7000,$(TARGET_DEVICE)),) +ifneq ($(filter i777 i9100 n7000 d710,$(TARGET_DEVICE)),) include $(call all-makefiles-under,$(LOCAL_PATH))