diff options
author | Ian Rogers <irogers@google.com> | 2014-06-25 03:50:04 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-06-25 03:50:04 +0000 |
commit | 60e4a65d7c30ea0b5456933db9a1aa75e4a3f645 (patch) | |
tree | 5148dc9d96434bce888b2abb7d51bd08be60dd92 | |
parent | 47c61891491acce74675622abf3132ff03464ae5 (diff) | |
parent | 916c54b284be50cb4a84d1917981c90f78f949bb (diff) | |
download | libcore-60e4a65d7c30ea0b5456933db9a1aa75e4a3f645.zip libcore-60e4a65d7c30ea0b5456933db9a1aa75e4a3f645.tar.gz libcore-60e4a65d7c30ea0b5456933db9a1aa75e4a3f645.tar.bz2 |
am 916c54b2: Merge "Enable host multilib for ART testing."
* commit '916c54b284be50cb4a84d1917981c90f78f949bb':
Enable host multilib for ART testing.
-rw-r--r-- | NativeCode.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NativeCode.mk b/NativeCode.mk index 98e87b0..12e8114 100644 --- a/NativeCode.mk +++ b/NativeCode.mk @@ -127,6 +127,7 @@ LOCAL_MODULE := libjavacore LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/NativeCode.mk LOCAL_SHARED_LIBRARIES += $(core_shared_libraries) libexpat-host libicuuc-host libicui18n-host libcrypto-host libz-host LOCAL_STATIC_LIBRARIES += $(core_static_libraries) libziparchive-host libutils +LOCAL_MULTILIB := both include $(BUILD_HOST_SHARED_LIBRARY) ifeq ($(LIBCORE_SKIP_TESTS),) |