commit | 9c06c22e2b5779e8a659f7aaa049c2c881956e79 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Mon Nov 30 15:35:09 2015 -0800 |
committer | Dan Willemsen <dwillemsen@google.com> | Mon Nov 30 15:57:41 2015 -0800 |
tree | e3e1ce51e3ecadff1255b6c1e73d6b7f911609a6 | |
parent | 27edab362badba70f9f3e78465628bfa69353a0d [diff] |
liblog: enable windows builds in soong Change-Id: I426cdebeddf653bf2daacb3e0724516ac78756cb
diff --git a/liblog/Android.bp b/liblog/Android.bp index 34e7f92..878feb8 100644 --- a/liblog/Android.bp +++ b/liblog/Android.bp
@@ -52,6 +52,7 @@ }, windows: { srcs: ["uio.c"], + enabled: true, }, not_windows: { srcs: ["event_tag_map.c"],