Searched refs:transitiveManifestPaths (Results 1 – 1 of 1) sorted by relevance
99 transitiveManifestPaths android.Paths member148 return a.transitiveManifestPaths285 a.transitiveManifestPaths = append(android.Paths{manifestPath}, additionalManifests...)286 a.transitiveManifestPaths = append(a.transitiveManifestPaths, transitiveStaticLibManifests...)288 if len(a.transitiveManifestPaths) > 1 && !Bool(a.aaptProperties.Dont_merge_manifests) {289 …a.mergedManifestFile = manifestMerger(ctx, a.transitiveManifestPaths[0], a.transitiveManifestPaths…