Searched refs:manifestFile (Results 1 – 6 of 6) sorted by relevance
/build/soong/cmd/merge_zips/ |
D | merge_zips_test.go | 61 …manifestFile = testZipEntry{jar.ManifestFile, 0755, []byte("manifest"), zip.Deflate, jar.Default… var 147 {be, bc, bDir, bbDir, bbb, A, metainfDir, manifestFile}, 149 out: []testZipEntry{A, metainfDir, manifestFile, bDir, bbDir, bbb, bc, be}, 156 {be, bc, bDir, A, metainfDir, manifestFile}, 158 out: []testZipEntry{metainfDir, manifestFile, A, bDir, bc, be}, 165 {metainfDir, manifestFile, bDir, be}, 169 out: []testZipEntry{metainfDir, manifestFile, A, bDir, bc, be},
|
/build/soong/cmd/sbox/ |
D | sbox.go | 44 manifestFile string var 59 flag.StringVar(&manifestFile, "manifest", "", 110 if manifestFile == "" { 122 manifest, err := readManifest(manifestFile) 128 return fmt.Errorf("at least one commands entry is required in %q", manifestFile) 145 hash.Write([]byte(manifestFile))
|
/build/soong/java/ |
D | dexpreopt.go | 124 manifestFile android.Path member 465 ManifestPath: android.OptionalPathForPath(d.manifestFile),
|
D | aar.go | 371 manifestFile := proptools.StringDefault(a.aaptProperties.Manifest, "AndroidManifest.xml") 372 manifestSrcPath := android.PathForModuleSrc(ctx, manifestFile)
|
D | java.go | 1784 manifestFile := android.PathForModuleOut(ctx, "manifest.txt") 1785 GenerateMainClassManifest(ctx, manifestFile, String(j.binaryProperties.Main_class)) 1786 j.overrideManifest = android.OptionalPathForPath(manifestFile)
|
D | app.go | 614 a.dexpreopter.manifestFile = a.mergedManifestFile
|