OSDN Git Service

Don't build tests by default
authorAmith Yamasani <yamasani@google.com>
Wed, 21 May 2014 00:37:44 +0000 (17:37 -0700)
committerAmith Yamasani <yamasani@google.com>
Wed, 21 May 2014 00:37:44 +0000 (17:37 -0700)
Change-Id: I30de838657199b853948b6ba77bc9e5da28cc4f7

Android.mk

index 8b6532c..023e0c0 100644 (file)
@@ -21,4 +21,6 @@ LOCAL_AAPT_FLAGS += -c zz_ZZ
 include $(BUILD_PACKAGE)
 
 # Use the folloing include to make our test apk.
+ifeq (,$(ONE_SHOT_MAKEFILE))
 include $(call all-makefiles-under,$(LOCAL_PATH))
+endif