Lines Matching refs:manifestPath
98 manifestPath android.Path member
167 manifestPath android.Path) (compileFlags, linkFlags []string, linkDeps android.Paths,
214 linkFlags = append(linkFlags, "--manifest "+manifestPath.String())
215 linkDeps = append(linkDeps, manifestPath)
279 manifestPath := manifestFixer(ctx, manifestSrcPath, sdkContext, classLoaderContexts,
285 a.transitiveManifestPaths = append(android.Paths{manifestPath}, additionalManifests...)
294 manifestPath = a.mergedManifestFile
297 a.mergedManifestFile = manifestPath
300 …gs, linkDeps, resDirs, overlayDirs, rroDirs, resZips := a.aapt2Flags(ctx, sdkContext, manifestPath)
391 a.manifestPath = manifestPath
522 a.linter.manifest = a.aapt.manifestPath
533 BuildAAR(ctx, a.aarFile, a.outputFile, a.manifestPath, a.rTxt, res)