Searched refs:manifestPbOut (Results 1 – 3 of 3) sorted by relevance
/build/soong/apex/ |
D | builder.go | 245 a.manifestPbOut = android.PathForModuleOut(ctx, "apex_manifest.pb") 249 Output: a.manifestPbOut, 463 implicitInputs = append(implicitInputs, a.manifestPbOut) 665 "manifest": a.manifestPbOut.String(), 750 "manifest": a.manifestPbOut.String(),
|
D | androidmk.go | 278 if fi.builtFile == a.manifestPbOut && apexType == flattenedApex {
|
D | apex.go | 373 manifestPbOut android.WritablePath member 2083 …a.filesInfo = append(a.filesInfo, newApexFile(ctx, a.manifestPbOut, "apex_manifest.pb", ".", etc, …
|