summaryrefslogtreecommitdiffstats
path: root/core/host_dalvik_java_library.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2015-01-26 19:17:34 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-26 19:17:34 +0000
commit40423825da919559cfc0def101b471f243489d6e (patch)
tree3831caff698b1cb9c939bbd1159fe9f256750a28 /core/host_dalvik_java_library.mk
parentf9a27f45b49f670c0258c1b6c19056ae85ac1e45 (diff)
parent21f78782d5e59a58e664e9ae52f537cee314f407 (diff)
downloadbuild-40423825da919559cfc0def101b471f243489d6e.zip
build-40423825da919559cfc0def101b471f243489d6e.tar.gz
build-40423825da919559cfc0def101b471f243489d6e.tar.bz2
am 21f78782: am 1b140e16: Merge "Build hostdex on only Linux."
* commit '21f78782d5e59a58e664e9ae52f537cee314f407': 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 e8823be..647289b 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
#######################################
@@ -135,3 +136,5 @@ $(LOCAL_BUILT_MODULE): $(built_dex) $(java_resource_sources)
endif # LOCAL_USE_JACK
USE_CORE_LIB_BOOTCLASSPATH :=
+
+endif