summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 138550eb..9becb604 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,5 @@
+ifeq ($(WITH_GELLO_SOURCE),true)
+
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -76,4 +78,6 @@ include $(BUILD_MULTI_PREBUILT)
endif
# additionally, build tests in sub-folders in a separate .apk
-include $(call all-makefiles-under,$(LOCAL_PATH)) \ No newline at end of file
+include $(call all-makefiles-under,$(LOCAL_PATH))
+
+endif