commit | 2c0ffd5f475716e747e4fd47bc8f7996ad8d1b56 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Jan 16 19:48:29 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 16 19:48:30 2015 +0000 |
tree | db99f5c2dd8f65a39992907d3c033faf6caa66a2 | |
parent | 510742b01e0662c1c6078783d0ef0c4184ba9945 [diff] | |
parent | e983a0b31601050b9dd81026d6ed6a802f3f5fa8 [diff] |
Merge "Only bother building the host tests for Linux."
diff --git a/JavaLibrary.mk b/JavaLibrary.mk index c857390..9670d1b 100644 --- a/JavaLibrary.mk +++ b/JavaLibrary.mk
@@ -148,6 +148,8 @@ # Build for the host. # +ifeq ($(HOST_OS),linux) + include $(CLEAR_VARS) LOCAL_SRC_FILES := $(call all-main-java-files-under, dex) LOCAL_MODULE_TAGS := optional @@ -199,6 +201,8 @@ include $(BUILD_HOST_DALVIK_JAVA_LIBRARY) endif +endif # HOST_OS == linux + # # Local droiddoc for faster libcore testing #