diff options
author | 2021-07-26 17:59:36 +0000 | |
---|---|---|
committer | 2021-07-26 17:59:36 +0000 | |
commit | 4102c0cc47f58c5278852641ab1636920a59ab48 (patch) | |
tree | 075b77d44e1a389c5305277c2dfae7806fe6a344 /apex/bootclasspath_fragment_test.go | |
parent | b643c7a085de5b03c4f746812a2455fb98d88161 (diff) | |
parent | d604b210c40772a72d6533804a4da53a480c6373 (diff) |
Merge "Rename UpdatableBootJars to ApexBootJars."
Diffstat (limited to 'apex/bootclasspath_fragment_test.go')
-rw-r--r-- | apex/bootclasspath_fragment_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/bootclasspath_fragment_test.go b/apex/bootclasspath_fragment_test.go index 5cd3eab6a..6098989a7 100644 --- a/apex/bootclasspath_fragment_test.go +++ b/apex/bootclasspath_fragment_test.go @@ -748,7 +748,7 @@ func TestBootclasspathFragment_HiddenAPIList(t *testing.T) { prepareForTestWithMyapex, // Configure bootclasspath jars to ensure that hidden API encoding is performed on them. java.FixtureConfigureBootJars("com.android.art:baz", "com.android.art:quuz"), - java.FixtureConfigureUpdatableBootJars("myapex:foo", "myapex:bar"), + java.FixtureConfigureApexBootJars("myapex:foo", "myapex:bar"), // Make sure that the frameworks/base/Android.bp file exists as otherwise hidden API encoding // is disabled. android.FixtureAddTextFile("frameworks/base/Android.bp", ""), |