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
59 UsePlatformApis bool
65 InApexVariants []string
73 InApexModules []string
78 ApexContents []*ApexContents
86 ForPrebuiltApex bool
91 func (i ApexInfo) AddJSONData(d *map[string]interface{}) {
[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.go107 …eadersForSnapshot(ctx android.ModuleContext, m LinkableInterface, apexInfo android.ApexInfo) bool {
Dvendor_snapshot.go55 …roid.DeviceConfig, m LinkableInterface, inProprietaryPath bool, apexInfo android.ApexInfo, image s…
Dvndk.go591 apexInfo android.ApexInfo) (vndkType string, isVndkSnapshotLib bool) {
Dcc.go3373 func installable(c LinkableInterface, apexInfo android.ApexInfo) bool {