Merge "Fixing app compat issue b/72143978" am: 0f2ed7d398
am: 11ecd63660
Change-Id: I7532124bae2d06f1bcce58e86e45f28d3c519b87
This commit is contained in:
commit
3e554073a4
|
@ -80,6 +80,10 @@ cc_library {
|
|||
address: false,
|
||||
},
|
||||
},
|
||||
android_arm: {
|
||||
// TODO: This is to work around b/24465209. Remove after root cause is fixed
|
||||
ldflags: ["-Wl,--hash-style=both"],
|
||||
},
|
||||
windows: {
|
||||
srcs: ["uio.c"],
|
||||
enabled: true,
|
||||
|
|
Loading…
Reference in New Issue