Searched refs:transitiveManifestPaths (Results 1 – 1 of 1) sorted by relevance
90 transitiveManifestPaths android.Paths member128 return a.transitiveManifestPaths244 a.transitiveManifestPaths = append(android.Paths{manifestPath}, additionalManifests...)245 a.transitiveManifestPaths = append(a.transitiveManifestPaths, transitiveStaticLibManifests...)247 if len(a.transitiveManifestPaths) > 1 && !Bool(a.aaptProperties.Dont_merge_manifests) {248 …a.mergedManifestFile = manifestMerger(ctx, a.transitiveManifestPaths[0], a.transitiveManifestPaths…