Searched defs:ApkDescription (Results 1 – 3 of 3) sorted by relevance
| /build/soong/cmd/extract_apks/bundle_proto/ |
| D | commands.pb.go | 303 …ApkDescription []*ApkDescription `protobuf:"bytes,2,rep,name=apk_description,json=apkDescription,p… member 459 …ApkDescription []*ApkDescription `protobuf:"bytes,2,rep,name=apk_description,json=apkDescription,p… member 655 type ApkDescription struct { struct 656 state protoimpl.MessageState 657 sizeCache protoimpl.SizeCache 658 unknownFields protoimpl.UnknownFields 660 Targeting *ApkTargeting `protobuf:"bytes,1,opt,name=targeting,proto3" json:"targeting,omitempty"` 665 Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` 673 …tadataOneofValue isApkDescription_ApkMetadataOneofValue `protobuf_oneof:"apk_metadata_oneof_value"` 676 func (x *ApkDescription) Reset() { [all …]
|
| D | commands.proto | 123 message ApkDescription { message
|
| /build/soong/cmd/extract_apks/ |
| D | main.go | 133 *android_bundle_proto.ApkDescription anonMember
|