Merge "Fix a typo in the definition of `varApexNames` in `java/dexpreopt_bootjars.go`."

This commit is contained in:
Roland Levillain 2021-03-25 17:25:44 +00:00 committed by Gerrit Code Review
commit 737ad608ab
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ import (
var artApexNames = []string{
"com.android.art",
"com.android.art.debug",
"com.android.art,testing",
"com.android.art.testing",
"com.google.android.art",
"com.google.android.art.debug",
"com.google.android.art.testing",