Merge "Explain why unit tests need bootstrap bionic"

This commit is contained in:
Treehugger Robot 2020-04-01 01:59:09 +00:00 committed by Gerrit Code Review
commit df93812f65
1 changed files with 3 additions and 0 deletions

View File

@ -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: {