Searched defs:ModuleMetadata (Results 1 – 3 of 3) sorted by relevance
/build/soong/cmd/extract_apks/bundle_proto/ |
D | commands.pb.go | 301 …ModuleMetadata *ModuleMetadata `protobuf:"bytes,1,opt,name=module_metadata,json=moduleMetadata,pro… member 352 type ModuleMetadata struct { struct 353 state protoimpl.MessageState 354 sizeCache protoimpl.SizeCache 355 unknownFields protoimpl.UnknownFields 358 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` 360 …ery_type,json=deliveryType,proto3,enum=android.bundle.DeliveryType" json:"delivery_type,omitempty"` 362 …nt bool `protobuf:"varint,3,opt,name=is_instant,json=isInstant,proto3" json:"is_instant,omitempty"` 365 …pendencies []string `protobuf:"bytes,4,rep,name=dependencies,proto3" json:"dependencies,omitempty"` 368 …argeting *ModuleTargeting `protobuf:"bytes,5,opt,name=targeting,proto3" json:"targeting,omitempty"` [all …]
|
D | commands.proto | 60 message ModuleMetadata { message
|
/build/soong/cmd/extract_apks/ |
D | main.go | 165 *android_bundle_proto.ModuleMetadata anonMember
|