Make SystemServerJars ConfiguredJarList.
Consistent with plumbing of boot jars. SystemServerJars only support /system/framework/ jars. Bug: 180105615, 155630745 Test: m && launch_cvd Change-Id: I58b005b7c4103c8e250090e995b1d9b2f9ed4a76
This commit is contained in:
@@ -150,7 +150,7 @@ func (d *dexpreopter) dexpreopt(ctx android.ModuleContext, dexJarFile android.Wr
|
||||
|
||||
global := dexpreopt.GetGlobalConfig(ctx)
|
||||
|
||||
isSystemServerJar := inList(ctx.ModuleName(), global.SystemServerJars)
|
||||
isSystemServerJar := global.SystemServerJars.ContainsJar(ctx.ModuleName())
|
||||
|
||||
bootImage := defaultBootImageConfig(ctx)
|
||||
if global.UseArtImage {
|
||||
|
Reference in New Issue
Block a user