Merge "Move installation rules of dexpreopt'd apex systemserver jars to soong" into main

This commit is contained in:
Spandan Das
2024-08-26 22:27:57 +00:00
committed by Gerrit Code Review
4 changed files with 25 additions and 20 deletions

View File

@@ -195,7 +195,6 @@ func (p *prebuiltCommon) initApexFilesForAndroidMk(ctx android.ModuleContext) {
// If this apex contains a system server jar, then the dexpreopt artifacts should be added as required
for _, install := range p.Dexpreopter.DexpreoptBuiltInstalledForApex() {
p.requiredModuleNames = append(p.requiredModuleNames, install.FullModuleName())
install.PackageFile(ctx)
}
}