commit | b0e4f0822638742fdfe8d92b2d8b59d4cda9a91e | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Thu Sep 10 22:47:07 2015 -0700 |
committer | Dan Albert <danalbert@google.com> | Fri Sep 11 11:39:16 2015 -0700 |
tree | 3a7bebf828814c3548c05f096064bd98faf81ade | |
parent | b02b6f410d5c92c7b016ed26895b5e21c16418a9 [diff] [blame] |
Ensure that libbase and liblog can be built for Windows. Change-Id: If4adf1e2bd7ec36a7f02ae2e263d2db5187c6e7b
diff --git a/base/Android.mk b/base/Android.mk index 51dd736..cb04927 100644 --- a/base/Android.mk +++ b/base/Android.mk
@@ -78,6 +78,7 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include LOCAL_STATIC_LIBRARIES := libcutils LOCAL_MULTILIB := both +LOCAL_MODULE_HOST_OS := darwin linux windows include $(BUILD_HOST_SHARED_LIBRARY) # Tests