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

Change-Id: If1267cf18dcd307316cce8d2cac7c6f5c173f3d4
Test: `m nothing` in internal tree
Bug: 180325915
This commit is contained in:
Roland Levillain 2021-03-24 14:23:57 +00:00
parent a1063c09f6
commit d603c7dbae
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",