summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2016-01-11 21:39:37 +0100
committerjrizzoli <joey@cyanogenmoditalia.it>2016-01-11 22:03:19 +0100
commite0ce0011832124aeb270f38a4a782e0b348eb23d (patch)
tree250305182928ae84ae3e4ee4c17a75ba0d4b1aa8
parent55db4575ea7bdf0a573896718d5403e13db816f7 (diff)
downloadandroid_packages_apps_Gello-e0ce0011832124aeb270f38a4a782e0b348eb23d.tar.gz
android_packages_apps_Gello-e0ce0011832124aeb270f38a4a782e0b348eb23d.tar.bz2
android_packages_apps_Gello-e0ce0011832124aeb270f38a4a782e0b348eb23d.zip
Gello: don't break build
Change-Id: Ia4969d4528a631907f7f5448850c7535d7fa9a3e Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
-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