summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2015-07-16 14:56:26 -0700
committerJean-Michel Trivi <jmtrivi@google.com>2015-07-16 14:56:26 -0700
commit7f346c9058f39a533a2eaadc9ebc4001397c6ff9 (patch)
treec311562a5f9dbbdb26492d9e097ddc1bd1250c6d
parenta9be2d378b7ad84e679a48efa81f42fb54f85d9a (diff)
downloadexternal_parameter-framework-7f346c9058f39a533a2eaadc9ebc4001397c6ff9.zip
external_parameter-framework-7f346c9058f39a533a2eaadc9ebc4001397c6ff9.tar.gz
external_parameter-framework-7f346c9058f39a533a2eaadc9ebc4001397c6ff9.tar.bz2
The code doesn't build on Mac. Temporarily exclude this project from Mac builld. Change-Id: Ibfd8a3ca804f463425247f27c709cf46be6ffdd8
-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