Merge "Manifest Fixer Params code refactor"
This commit is contained in:
@@ -398,18 +398,8 @@ func (a *apexBundle) buildBundleConfig(ctx android.ModuleContext) android.Output
|
||||
}
|
||||
|
||||
func markManifestTestOnly(ctx android.ModuleContext, androidManifestFile android.Path) android.Path {
|
||||
return java.ManifestFixer(java.ManifestFixerParams{
|
||||
Ctx: ctx,
|
||||
Manifest: androidManifestFile,
|
||||
SdkContext: nil,
|
||||
ClassLoaderContexts: nil,
|
||||
IsLibrary: false,
|
||||
UseEmbeddedNativeLibs: false,
|
||||
UsesNonSdkApis: false,
|
||||
UseEmbeddedDex: false,
|
||||
HasNoCode: false,
|
||||
TestOnly: true,
|
||||
LoggingParent: "",
|
||||
return java.ManifestFixer(ctx, androidManifestFile, java.ManifestFixerParams{
|
||||
TestOnly: true,
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user