Merge "Make bionic tests build for linux_bionic"

am: 7c6784061d

Change-Id: I9c1e6624fcf91ef896d07c8f2d183d31af5a0543
This commit is contained in:
Dan Willemsen 2017-10-04 20:38:37 +00:00 committed by android-build-merger
commit 0b537c2773

View file

@ -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"]