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 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/ |
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 | 107 …eadersForSnapshot(ctx android.ModuleContext, m LinkableInterface, apexInfo android.ApexInfo) bool {
|
D | vendor_snapshot.go | 55 …roid.DeviceConfig, m LinkableInterface, inProprietaryPath bool, apexInfo android.ApexInfo, image s…
|
D | vndk.go | 591 apexInfo android.ApexInfo) (vndkType string, isVndkSnapshotLib bool) {
|
D | cc.go | 3373 func installable(c LinkableInterface, apexInfo android.ApexInfo) bool {
|