Searched refs:manifestFile (Results 1 – 5 of 5) sorted by relevance
/build/soong/cmd/merge_zips/ |
D | merge_zips_test.go | 49 manifestFile = testZipEntry{jar.ManifestFile, 0755, []byte("manifest")} var 134 {be, bc, bDir, bbDir, bbb, A, metainfDir, manifestFile}, 136 out: []testZipEntry{A, metainfDir, manifestFile, bDir, bbDir, bbb, bc, be}, 143 {be, bc, bDir, A, metainfDir, manifestFile}, 145 out: []testZipEntry{metainfDir, manifestFile, A, bDir, bc, be}, 152 {metainfDir, manifestFile, bDir, be}, 156 out: []testZipEntry{metainfDir, manifestFile, A, bDir, bc, be},
|
/build/soong/java/ |
D | dexpreopt.go | 36 manifestFile android.Path member 187 ManifestPath: d.manifestFile,
|
D | aar.go | 235 manifestFile := proptools.StringDefault(a.aaptProperties.Manifest, "AndroidManifest.xml") 236 manifestSrcPath := android.PathForModuleSrc(ctx, manifestFile)
|
D | java.go | 2466 manifestFile := android.PathForModuleOut(ctx, "manifest.txt") 2467 GenerateMainClassManifest(ctx, manifestFile, String(j.binaryProperties.Main_class)) 2468 j.overrideManifest = android.OptionalPathForPath(manifestFile)
|
D | app.go | 600 a.dexpreopter.manifestFile = a.mergedManifestFile
|