Home
last modified time | relevance | path

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

/build/soong/cmd/extract_apks/bundle_proto/
Dconfig.pb.go329StandaloneConfig *StandaloneConfig `protobuf:"bytes,4,opt,name=standalone_config,json=standalo… member
507 type StandaloneConfig struct { struct
509 …buf:"bytes,1,rep,name=split_dimension,json=splitDimension,proto3" json:"split_dimension,omitempty"`
511 …me=strip_64_bit_libraries,json=strip64BitLibraries,proto3" json:"strip_64_bit_libraries,omitempty"`
512 XXX_NoUnkeyedLiteral struct{} `json:"-"`
513 XXX_unrecognized []byte `json:"-"`
514 XXX_sizecache int32 `json:"-"`
517 func (m *StandaloneConfig) Reset() { *m = StandaloneConfig{} }
518 func (m *StandaloneConfig) String() string { return proto.CompactTextString(m) }
519 func (*StandaloneConfig) ProtoMessage() {}
[all …]
Dconfig.proto80 message StandaloneConfig { message