Home
last modified time | relevance | path

Searched refs:manifestFile (Results 1 – 3 of 3) sorted by relevance

/build/soong/java/
Dapp.go221 var manifestFile string
223 manifestFile = "AndroidManifest.xml"
225 manifestFile = *a.properties.Manifest
228 manifestPath := common.PathForModuleSrc(ctx, manifestFile)
/build/blueprint/bootstrap/
Dcommand.go36 manifestFile string var
50 flag.StringVar(&manifestFile, "m", "", "the bootstrap manifest file")
166 err := removeAbandonedFiles(ctx, bootstrapConfig, srcDir, manifestFile)
Dcleanup.go34 srcDir, manifestFile string) error {
49 "@@BootstrapManifest@@", manifestFile)