Searched defs:ApkDescription (Results 1 – 2 of 2) sorted by relevance
/build/soong/cmd/extract_apks/bundle_proto/ |
D | commands.pb.go | 236 …ApkDescription []*ApkDescription `protobuf:"bytes,2,rep,name=apk_description,json=apkDescrip… member 374 …ApkDescription []*ApkDescription `protobuf:"bytes,2,rep,name=apk_description,json=apkDescrip… member 546 type ApkDescription struct { struct 547 Targeting *ApkTargeting `protobuf:"bytes,1,opt,name=targeting,proto3" json:"targeting,omitempty"` 552 Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` 560 …tadataOneofValue isApkDescription_ApkMetadataOneofValue `protobuf_oneof:"apk_metadata_oneof_value"` 561 XXX_NoUnkeyedLiteral struct{} `json:"-"` 562 XXX_unrecognized []byte `json:"-"` 563 XXX_sizecache int32 `json:"-"` 566 func (m *ApkDescription) Reset() { *m = ApkDescription{} } [all …]
|
D | commands.proto | 123 message ApkDescription { message
|