Merge "Make bionic tests build for linux_bionic"
am: 7c6784061d
Change-Id: I9c1e6624fcf91ef896d07c8f2d183d31af5a0543
This commit is contained in:
commit
0b537c2773
1 changed files with 7 additions and 1 deletions
|
@ -169,7 +169,7 @@ cc_test_library {
|
|||
],
|
||||
|
||||
target: {
|
||||
android: {
|
||||
bionic: {
|
||||
whole_static_libs: ["libasync_safe"],
|
||||
},
|
||||
},
|
||||
|
@ -618,6 +618,12 @@ cc_test_host {
|
|||
sanitize: {
|
||||
never: false,
|
||||
},
|
||||
|
||||
target: {
|
||||
linux_bionic: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
subdirs = ["libs"]
|
||||
|
|
Loading…
Reference in a new issue