Home
last modified time | relevance | path

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

/build/soong/java/
Daar.go77 manifestPath android.Path member
109 return a.manifestPath
112 func (a *aapt) aapt2Flags(ctx android.ModuleContext, sdkContext sdkContext, manifestPath android.Pa…
161 linkFlags = append(linkFlags, "--manifest "+manifestPath.String())
162 linkDeps = append(linkDeps, manifestPath)
209 manifestPath := manifestMerger(ctx, manifestSrcPath, sdkContext, staticLibManifests, a.isLibrary,
212 …gs, linkDeps, resDirs, overlayDirs, rroDirs, resZips := a.aapt2Flags(ctx, sdkContext, manifestPath)
288 a.manifestPath = manifestPath
404 BuildAAR(ctx, a.aarFile, a.outputFile, a.manifestPath, a.rTxt, res)
Dandroidmk.go305 fmt.Fprintln(w, "LOCAL_FULL_MANIFEST_FILE :=", app.manifestPath.String())
384 fmt.Fprintln(w, "LOCAL_FULL_MANIFEST_FILE :=", a.manifestPath.String())
Dapp.go552 ….testProperties.Test_config, a.testProperties.Test_config_template, a.manifestPath, a.testProperti…