Update dexpreopt for the ART APEX name change.
Test: Build & boot Bug: 135753770 Change-Id: I3aac9112b022cce3ef8cfdf4bdbbed8bb0c8f4c7
This commit is contained in:
@@ -48,7 +48,7 @@ func TestDexpreoptBootJars(t *testing.T) {
|
||||
|
||||
pathCtx := android.PathContextForTesting(config, nil)
|
||||
dexpreoptConfig := dexpreopt.GlobalConfigForTests(pathCtx)
|
||||
dexpreoptConfig.RuntimeApexJars = []string{"foo", "bar", "baz"}
|
||||
dexpreoptConfig.ArtApexJars = []string{"foo", "bar", "baz"}
|
||||
setDexpreoptTestGlobalConfig(config, dexpreoptConfig)
|
||||
|
||||
ctx := testContext(bp, nil)
|
||||
|
Reference in New Issue
Block a user