Merge "Explain why unit tests need bootstrap bionic"
This commit is contained in:
commit
df93812f65
|
@ -54,6 +54,9 @@ cc_defaults {
|
|||
sanitize: {
|
||||
address: false,
|
||||
},
|
||||
|
||||
// Use the bootstrap version of bionic because some tests call private APIs
|
||||
// that aren't exposed by the APEX bionic stubs.
|
||||
bootstrap: true,
|
||||
|
||||
product_variables: {
|
||||
|
|
Loading…
Reference in New Issue