Home
last modified time | relevance | path

Searched defs:ApexInfo (Results 1 – 7 of 7) sorted by relevance

/build/soong/android/
Dapex.go37 type ApexInfo struct { struct
49 ApexVariationName string
52 MinSdkVersion ApiLevel
55 Updatable bool
58 RequiredSdks SdkRefs
64 InApexVariants []string
72 InApexModules []string
77 ApexContents []*ApexContents
85 ForPrebuiltApex bool
95 func (i ApexInfo) mergedName(ctx PathContext) string {
[all …]
/build/make/tools/releasetools/
Dota_metadata_pb2.py420 ApexInfo = _reflection.GeneratedProtocolMessageType('ApexInfo', (_message.Message,), { variable
Dota_metadata.proto70 message ApexInfo { message
/build/soong/cc/
Dsnapshot_utils.go103 …eadersForSnapshot(ctx android.ModuleContext, m LinkableInterface, apexInfo android.ApexInfo) bool {
Dvendor_snapshot.go150 …roid.DeviceConfig, m LinkableInterface, inProprietaryPath bool, apexInfo android.ApexInfo, image s…
Dvndk.go596 apexInfo android.ApexInfo) (vndkType string, isVndkSnapshotLib bool) {
Dcc.go3178 func installable(c LinkableInterface, apexInfo android.ApexInfo) bool {