liblog: enable windows builds in soong

Change-Id: I426cdebeddf653bf2daacb3e0724516ac78756cb
This commit is contained in:
Dan Willemsen 2015-11-30 15:35:09 -08:00
parent e08e4656db
commit a3f41bf774

View file

@ -52,6 +52,7 @@ cc_library {
},
windows: {
srcs: ["uio.c"],
enabled: true,
},
not_windows: {
srcs: ["event_tag_map.c"],