summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2017-03-03 13:30:07 +0000
committerAndreas Blaesius <skate4life@gmx.de>2017-03-03 14:00:53 +0000
commit90fafc213e7b50fe6a985635a33813d695d19383 (patch)
treec71ba88c7639e7f854e00a5e0595cc7b032ed66b
parentfe9d6a42b83f015b454c8533f3524811df61571a (diff)
downloaddevice_samsung_maguro-90fafc213e7b50fe6a985635a33813d695d19383.zip
device_samsung_maguro-90fafc213e7b50fe6a985635a33813d695d19383.tar.gz
device_samsung_maguro-90fafc213e7b50fe6a985635a33813d695d19383.tar.bz2
maguro: guard the makefile
Change-Id: Idceb7f9fc78e716f54675698e5d3bf5e74369af9
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index b66f4ca..d792280 100644
--- a/Android.mk
+++ b/Android.mk
@@ -25,4 +25,8 @@ LOCAL_PATH := $(call my-dir)
# if some modules are built directly from this directory (not subdirectories),
# their rules should be written here.
+ifeq ($(TARGET_DEVICE),maguro)
+
include $(call all-makefiles-under,$(LOCAL_PATH))
+
+endif