Merge "Fix a typo in the definition of varApexNames in java/dexpreopt_bootjars.go." am: 737ad608ab am: 1cb436ebf0 am: ff6d63e4f2

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1652467

Change-Id: Ida829111b3ef8f005ff6f138411904de2f1ce093
This commit is contained in:
Roland Levillain
2021-03-25 19:42:56 +00:00
committed by Automerger Merge Worker

View File

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