summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2015-07-16 22:55:20 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-16 22:55:20 +0000
commitd98b1314244a50abbb675f99e8a9225fc5688c03 (patch)
treec311562a5f9dbbdb26492d9e097ddc1bd1250c6d
parent953d1f56ec8cd8f76435fea661b450ca760cf7f2 (diff)
parent7f346c9058f39a533a2eaadc9ebc4001397c6ff9 (diff)
downloadparameter-framework-d98b1314244a50abbb675f99e8a9225fc5688c03.tar.gz
am 7f346c90: Exclude from Mac build.
* commit '7f346c9058f39a533a2eaadc9ebc4001397c6ff9': Exclude from Mac build.
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index f5f1064..fd6d109 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,5 +1,5 @@
# Recursive call sub-folder Android.mk
#
-
+ifeq ($(HOST_OS),linux)
include $(call all-subdir-makefiles)
-
+endif