Merge "Fixing app compat issue b/72143978"
This commit is contained in:
commit
0f2ed7d398
1 changed files with 4 additions and 0 deletions
|
|
@ -80,6 +80,10 @@ cc_library {
|
||||||
address: false,
|
address: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
android_arm: {
|
||||||
|
// TODO: This is to work around b/24465209. Remove after root cause is fixed
|
||||||
|
ldflags: ["-Wl,--hash-style=both"],
|
||||||
|
},
|
||||||
windows: {
|
windows: {
|
||||||
srcs: ["uio.c"],
|
srcs: ["uio.c"],
|
||||||
enabled: true,
|
enabled: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue