Searched refs:manifestPath (Results 1 – 8 of 8) sorted by relevance
/build/soong/java/ |
D | aar.go | 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 [all …]
|
D | lint.go | 296 manifestPath := android.PathForModuleOut(ctx, "lint", "AndroidManifest.xml") 305 Text(") >").Output(manifestPath) 307 return manifestPath
|
D | app.go | 662 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).
|
D | androidmk.go | 379 entries.SetPath("LOCAL_FULL_MANIFEST_FILE", app.manifestPath)
|
/build/soong/android/ |
D | rule_builder_test.go | 519 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)
|
D | rule_builder.go | 145 func (r *RuleBuilder) Sbox(outputDir WritablePath, manifestPath WritablePath) *RuleBuilder { 157 r.sboxManifestPath = manifestPath
|
/build/soong/cmd/merge_zips/ |
D | merge_zips.go | 189 func (oz *OutputZip) addManifest(manifestPath string) error { 195 contents, err := ioutil.ReadFile(manifestPath)
|
/build/soong/genrule/ |
D | genrule.go | 404 manifestPath := android.PathForModuleOut(ctx, manifestName) 407 rule := android.NewRuleBuilder(pctx, ctx).Sbox(task.genDir, manifestPath).SandboxTools()
|