commit | 737ad608ab236321c56b7d6b566e0bb037a1360b | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Thu Mar 25 17:25:44 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Mar 25 17:25:44 2021 +0000 |
tree | b0feaec729dbefa243fac051ed50360105633a71 | |
parent | 6400f204300c82e37e2cedf696f9f1751c24a049 [diff] | |
parent | d603c7dbae5bba3ec580115f1533b9f3f0cf06b4 [diff] |
Merge "Fix a typo in the definition of `varApexNames` in `java/dexpreopt_bootjars.go`."
diff --git a/java/dexpreopt_bootjars.go b/java/dexpreopt_bootjars.go index 6dc408b..7137f33 100644 --- a/java/dexpreopt_bootjars.go +++ b/java/dexpreopt_bootjars.go
@@ -214,7 +214,7 @@ 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",