diff options
author | Stephen Hines <srhines@google.com> | 2015-09-10 22:47:07 -0700 |
---|---|---|
committer | Dan Albert <danalbert@google.com> | 2015-09-11 11:39:16 -0700 |
commit | b0e4f0822638742fdfe8d92b2d8b59d4cda9a91e (patch) | |
tree | 3a7bebf828814c3548c05f096064bd98faf81ade /liblog | |
parent | b02b6f410d5c92c7b016ed26895b5e21c16418a9 (diff) | |
download | core-b0e4f0822638742fdfe8d92b2d8b59d4cda9a91e.tar.gz core-b0e4f0822638742fdfe8d92b2d8b59d4cda9a91e.tar.bz2 core-b0e4f0822638742fdfe8d92b2d8b59d4cda9a91e.zip |
Ensure that libbase and liblog can be built for Windows.
Change-Id: If4adf1e2bd7ec36a7f02ae2e263d2db5187c6e7b
Diffstat (limited to 'liblog')
-rw-r--r-- | liblog/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/liblog/Android.mk b/liblog/Android.mk index 3a1a9db7a..271c6f95b 100644 --- a/liblog/Android.mk +++ b/liblog/Android.mk @@ -50,6 +50,7 @@ LOCAL_WHOLE_STATIC_LIBRARIES := liblog LOCAL_LDLIBS_linux := -lrt LOCAL_MULTILIB := both LOCAL_CXX_STL := none +LOCAL_MODULE_HOST_OS := darwin linux windows include $(BUILD_HOST_SHARED_LIBRARY) |