Home
last modified time | relevance | path

Searched defs:ApexConfig (Results 1 – 2 of 2) sorted by relevance

/build/soong/cmd/extract_apks/bundle_proto/
Dconfig.pb.go95ApexConfig *ApexConfig `protobuf:"bytes,5,opt,name=apex_config,json=apexConfig,proto3" j… member
682 type ApexConfig struct { struct
684 …x_embedded_apk_config,json=apexEmbeddedApkConfig,proto3" json:"apex_embedded_apk_config,omitempty"`
685 XXX_NoUnkeyedLiteral struct{} `json:"-"`
686 XXX_unrecognized []byte `json:"-"`
687 XXX_sizecache int32 `json:"-"`
690 func (m *ApexConfig) Reset() { *m = ApexConfig{} }
691 func (m *ApexConfig) String() string { return proto.CompactTextString(m) }
692 func (*ApexConfig) ProtoMessage() {}
693 func (*ApexConfig) Descriptor() ([]byte, []int) {
[all …]
Dconfig.proto135 message ApexConfig { message