Home
last modified time | relevance | path

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

/build/soong/java/
Daar.go98 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
[all …]
Dlint.go296 manifestPath := android.PathForModuleOut(ctx, "lint", "AndroidManifest.xml")
305 Text(") >").Output(manifestPath)
307 return manifestPath
Dapp.go662 a.linter.manifest = a.aapt.manifestPath
981 …a.testProperties.Test_config_template, a.manifestPath, a.testProperties.Test_suites, a.testPropert…
1004 command.FlagWithInput("--manifest ", a.manifestPath).
Dandroidmk.go379 entries.SetPath("LOCAL_FULL_MANIFEST_FILE", app.manifestPath)
/build/soong/android/
Drule_builder_test.go519 manifestPath := PathForModuleOut(ctx, "sbox.textproto")
522 manifestPath, t.properties.Restat, t.properties.Sbox, t.properties.Sbox_inputs,
544 manifestPath := PathForOutput(ctx, "singleton/sbox.textproto")
547 manifestPath, true, false, false,
552 out, outDep, outDir, manifestPath WritablePath,
559 rule.Sbox(outDir, manifestPath)
Drule_builder.go145 func (r *RuleBuilder) Sbox(outputDir WritablePath, manifestPath WritablePath) *RuleBuilder {
157 r.sboxManifestPath = manifestPath
/build/soong/cmd/merge_zips/
Dmerge_zips.go189 func (oz *OutputZip) addManifest(manifestPath string) error {
195 contents, err := ioutil.ReadFile(manifestPath)
/build/soong/genrule/
Dgenrule.go404 manifestPath := android.PathForModuleOut(ctx, manifestName)
407 rule := android.NewRuleBuilder(pctx, ctx).Sbox(task.genDir, manifestPath).SandboxTools()