From 7f346c9058f39a533a2eaadc9ebc4001397c6ff9 Mon Sep 17 00:00:00 2001 From: Jean-Michel Trivi Date: Thu, 16 Jul 2015 14:56:26 -0700 Subject: Exclude from Mac build. The code doesn't build on Mac. Temporarily exclude this project from Mac builld. Change-Id: Ibfd8a3ca804f463425247f27c709cf46be6ffdd8 --- Android.mk | 4 ++-- 1 file 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 -- cgit v1.1