Searched defs:ApexInfo (Results 1 – 7 of 7) sorted by relevance
/build/soong/android/ |
D | apex.go | 37 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/ |
D | ota_metadata_pb2.py | 420 ApexInfo = _reflection.GeneratedProtocolMessageType('ApexInfo', (_message.Message,), { variable
|
D | ota_metadata.proto | 70 message ApexInfo { message
|
/build/soong/cc/ |
D | snapshot_utils.go | 103 …eadersForSnapshot(ctx android.ModuleContext, m LinkableInterface, apexInfo android.ApexInfo) bool {
|
D | vendor_snapshot.go | 150 …roid.DeviceConfig, m LinkableInterface, inProprietaryPath bool, apexInfo android.ApexInfo, image s…
|
D | vndk.go | 596 apexInfo android.ApexInfo) (vndkType string, isVndkSnapshotLib bool) {
|
D | cc.go | 3178 func installable(c LinkableInterface, apexInfo android.ApexInfo) bool {
|