diff options
| author | satayev <satayev@google.com> | 2021-05-20 21:35:06 +0100 |
|---|---|---|
| committer | satayev <satayev@google.com> | 2021-05-24 12:52:01 +0100 |
| commit | 227e745e5676876d1a079f21666a7e62f7debeb2 (patch) | |
| tree | 549cf9ed37e0e7cf002bc58a3ef2c234ad54e271 /apex/systemserver_classpath_fragment_test.go | |
| parent | a4cf238f4d975ba05cac560d8648eb7d23b92013 (diff) | |
Rename generate proto config file to match classpath type.
There is no need to leak soong module names.
Bug: 180105615
Test: m && launch_cvd; atest CtsClasspathsTestCases
Change-Id: I04f4e181d2f42b9d71641980a2c7c4e8cbc8e426
Diffstat (limited to 'apex/systemserver_classpath_fragment_test.go')
| -rw-r--r-- | apex/systemserver_classpath_fragment_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/systemserver_classpath_fragment_test.go b/apex/systemserver_classpath_fragment_test.go index e1a101ad9..95b6e230d 100644 --- a/apex/systemserver_classpath_fragment_test.go +++ b/apex/systemserver_classpath_fragment_test.go @@ -67,7 +67,7 @@ func TestSystemserverclasspathFragmentContents(t *testing.T) { `) ensureExactContents(t, result.TestContext, "myapex", "android_common_myapex_image", []string{ - "etc/classpaths/mysystemserverclasspathfragment.pb", + "etc/classpaths/systemserverclasspath.pb", "javalib/foo.jar", }) |
