Home
last modified time | relevance | path

Searched refs:ApexBundleDepsInfo (Results 1 – 4 of 4) sorted by relevance

/build/soong/android/
Dapex.go778 type ApexBundleDepsInfo struct { struct
789 func (d *ApexBundleDepsInfo) FlatListPath() Path { argument
793 func (d *ApexBundleDepsInfo) FullListPath() Path { argument
802 func (d *ApexBundleDepsInfo) BuildDepsInfoLists(ctx ModuleContext, minSdkVersion string, depInfos D… argument
/build/soong/apex/
Dbuilder.go971 …a.ApexBundleDepsInfo.BuildDepsInfoLists(ctx, proptools.String(a.properties.Min_sdk_version), depIn…
977 a.ApexBundleDepsInfo.FullListPath(),
978 a.ApexBundleDepsInfo.FlatListPath(),
Dapex.go406 android.ApexBundleDepsInfo anonMember
/build/soong/java/
Dapp.go169 android.ApexBundleDepsInfo anonMember
855 a.ApexBundleDepsInfo.BuildDepsInfoLists(ctx, a.MinSdkVersion(ctx).String(), depsInfo)