Don't build tests by default

Change-Id: I30de838657199b853948b6ba77bc9e5da28cc4f7
This commit is contained in:
Amith Yamasani
2014-05-20 17:37:44 -07:00
parent d2b64f339a
commit 0dd03ebe0f

View 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