Searched defs:StandaloneApkMetadata (Results 1 – 2 of 2) sorted by relevance
/build/soong/cmd/extract_apks/bundle_proto/ |
D | commands.pb.go | 614 …StandaloneApkMetadata *StandaloneApkMetadata `protobuf:"bytes,4,opt,name=standalone_apk_metadata,j… member 756 type StandaloneApkMetadata struct { struct 758 …bytes,1,rep,name=fused_module_name,json=fusedModuleName,proto3" json:"fused_module_name,omitempty"` 759 XXX_NoUnkeyedLiteral struct{} `json:"-"` 760 XXX_unrecognized []byte `json:"-"` 761 XXX_sizecache int32 `json:"-"` 764 func (m *StandaloneApkMetadata) Reset() { *m = StandaloneApkMetadata{} } 765 func (m *StandaloneApkMetadata) String() string { return proto.CompactTextString(m) } 766 func (*StandaloneApkMetadata) ProtoMessage() {} 767 func (*StandaloneApkMetadata) Descriptor() ([]byte, []int) { [all …]
|
D | commands.proto | 157 message StandaloneApkMetadata { message
|