diff options
author | Dan Albert <danalbert@google.com> | 2015-09-11 20:47:07 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-09-11 20:47:07 +0000 |
commit | 933f4fd413f5a6c0e32c7963f1d0da580085df38 (patch) | |
tree | 0280b5bc86b8f516cc4fdf00106a06c436cf117d /base | |
parent | 059544f6a8e809ec8c36a10c286be4bb012e2328 (diff) | |
parent | b0e4f0822638742fdfe8d92b2d8b59d4cda9a91e (diff) |
Merge "Ensure that libbase and liblog can be built for Windows."
Diffstat (limited to 'base')
-rw-r--r-- | base/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/Android.mk b/base/Android.mk index a09a747c8..ebc2e07dc 100644 --- a/base/Android.mk +++ b/base/Android.mk @@ -79,6 +79,7 @@ LOCAL_SHARED_LIBRARIES := liblog 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 |