diff options
| author | 2021-05-25 14:17:04 +0000 | |
|---|---|---|
| committer | 2021-05-25 14:17:04 +0000 | |
| commit | 70975ac815851644ed8d478079e38c503e1ea7a5 (patch) | |
| tree | 1848148167e6212d15539ed22a3decae5944d546 /apex/bootclasspath_fragment_test.go | |
| parent | 8a7bbb5b793dde7d6fbd3c42e1eceb1339998b4a (diff) | |
| parent | 227e745e5676876d1a079f21666a7e62f7debeb2 (diff) | |
Merge "Rename generate proto config file to match classpath type."
Diffstat (limited to 'apex/bootclasspath_fragment_test.go')
| -rw-r--r-- | apex/bootclasspath_fragment_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apex/bootclasspath_fragment_test.go b/apex/bootclasspath_fragment_test.go index 84cf9c499..7aecff62d 100644 --- a/apex/bootclasspath_fragment_test.go +++ b/apex/bootclasspath_fragment_test.go @@ -382,7 +382,7 @@ func TestBootclasspathFragmentInArtApex(t *testing.T) { ).RunTest(t) ensureExactContents(t, result.TestContext, "com.android.art", "android_common_com.android.art_image", []string{ - "etc/classpaths/mybootclasspathfragment.pb", + "etc/classpaths/bootclasspath.pb", "javalib/arm/boot.art", "javalib/arm/boot.oat", "javalib/arm/boot.vdex", @@ -594,7 +594,7 @@ func TestBootclasspathFragmentContentsNoName(t *testing.T) { ensureExactContents(t, result.TestContext, "myapex", "android_common_myapex_image", []string{ // This does not include art, oat or vdex files as they are only included for the art boot // image. - "etc/classpaths/mybootclasspathfragment.pb", + "etc/classpaths/bootclasspath.pb", "javalib/bar.jar", "javalib/foo.jar", }) |