Searched refs:manifestPath (Results 1 – 3 of 3) sorted by relevance
/build/soong/java/ |
D | aar.go | 77 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)
|
D | androidmk.go | 305 fmt.Fprintln(w, "LOCAL_FULL_MANIFEST_FILE :=", app.manifestPath.String()) 384 fmt.Fprintln(w, "LOCAL_FULL_MANIFEST_FILE :=", a.manifestPath.String())
|
D | app.go | 552 ….testProperties.Test_config, a.testProperties.Test_config_template, a.manifestPath, a.testProperti…
|