Searched refs:manifestPath (Results 1 – 5 of 5) sorted by relevance
/build/soong/java/ |
D | aar.go | 89 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 …]
|
D | lint.go | 258 manifestPath := android.PathForModuleOut(ctx, "lint", "AndroidManifest.xml") 267 Text(") >").Output(manifestPath) 269 return manifestPath
|
D | app.go | 777 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).
|
D | androidmk.go | 368 entries.SetPath("LOCAL_FULL_MANIFEST_FILE", app.manifestPath)
|
/build/soong/cmd/merge_zips/ |
D | merge_zips.go | 187 func (oz *OutputZip) addManifest(manifestPath string) error { 193 contents, err := ioutil.ReadFile(manifestPath)
|