Home
last modified time | relevance | path

Searched refs:manifestPath (Results 1 – 5 of 5) sorted by relevance

/build/soong/java/
Daar.go89 manifestPath android.Path member
136 manifestPath android.Path) (compileFlags, linkFlags []string, linkDeps android.Paths,
174 linkFlags = append(linkFlags, "--manifest "+manifestPath.String())
175 linkDeps = append(linkDeps, manifestPath)
238 manifestPath := manifestFixer(ctx, manifestSrcPath, sdkContext, sdkLibraries,
244 a.transitiveManifestPaths = append(android.Paths{manifestPath}, additionalManifests...)
253 manifestPath = a.mergedManifestFile
256 a.mergedManifestFile = manifestPath
259 …gs, linkDeps, resDirs, overlayDirs, rroDirs, resZips := a.aapt2Flags(ctx, sdkContext, manifestPath)
350 a.manifestPath = manifestPath
[all …]
Dlint.go258 manifestPath := android.PathForModuleOut(ctx, "lint", "AndroidManifest.xml")
267 Text(") >").Output(manifestPath)
269 return manifestPath
Dapp.go777 a.linter.manifest = a.aapt.manifestPath
1061 …a.testProperties.Test_config_template, a.manifestPath, a.testProperties.Test_suites, a.testPropert…
1083 command.FlagWithInput("--manifest ", a.manifestPath).
Dandroidmk.go368 entries.SetPath("LOCAL_FULL_MANIFEST_FILE", app.manifestPath)
/build/soong/cmd/merge_zips/
Dmerge_zips.go187 func (oz *OutputZip) addManifest(manifestPath string) error {
193 contents, err := ioutil.ReadFile(manifestPath)