summaryrefslogtreecommitdiffstats
path: root/core/host_dalvik_java_library.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2015-01-26 19:12:18 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-26 19:12:18 +0000
commit21f78782d5e59a58e664e9ae52f537cee314f407 (patch)
treea6d1eabc8ac08bc522e0ba31627ecb8d657e6ad1 /core/host_dalvik_java_library.mk
parentf633e28168a65a0d7a59fed069c90ca54b47de9f (diff)
parent1b140e16e1d8dd022331242fcd5a3a1e8548fa4b (diff)
downloadbuild-21f78782d5e59a58e664e9ae52f537cee314f407.zip
build-21f78782d5e59a58e664e9ae52f537cee314f407.tar.gz
build-21f78782d5e59a58e664e9ae52f537cee314f407.tar.bz2
am 1b140e16: Merge "Build hostdex on only Linux."
* commit '1b140e16e1d8dd022331242fcd5a3a1e8548fa4b': Build hostdex on only Linux. Fix comma in $(if ...).
Diffstat (limited to 'core/host_dalvik_java_library.mk')
-rw-r--r--core/host_dalvik_java_library.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/host_dalvik_java_library.mk b/core/host_dalvik_java_library.mk
index 061511b..e946b24 100644
--- a/core/host_dalvik_java_library.mk
+++ b/core/host_dalvik_java_library.mk
@@ -20,6 +20,7 @@
# They will be compiled against libcore and not the host JRE.
#
+ifeq ($(HOST_OS),linux)
USE_CORE_LIB_BOOTCLASSPATH := true
#######################################
@@ -108,3 +109,5 @@ $(LOCAL_BUILT_MODULE): $(built_dex) $(java_resource_sources)
$(add-dex-to-package)
USE_CORE_LIB_BOOTCLASSPATH :=
+
+endif