liblog: enable windows builds in soong
Change-Id: I426cdebeddf653bf2daacb3e0724516ac78756cb
This commit is contained in:
parent
e08e4656db
commit
a3f41bf774
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ cc_library {
|
|||
},
|
||||
windows: {
|
||||
srcs: ["uio.c"],
|
||||
enabled: true,
|
||||
},
|
||||
not_windows: {
|
||||
srcs: ["event_tag_map.c"],
|
||||
|
|
Loading…
Reference in a new issue