Home
last modified time | relevance | path

Searched refs:Bundletool (Results 1 – 4 of 4) sorted by relevance

/build/soong/cmd/extract_apks/bundle_proto/
Dconfig.pb.go90Bundletool *Bundletool `protobuf:"bytes,1,opt,name=bundletool,proto3" json:"bundletool,omite… member
130 func (m *BundleConfig) GetBundletool() *Bundletool {
132 return m.Bundletool
186 type Bundletool struct { struct
194 func (m *Bundletool) Reset() { *m = Bundletool{} } argument
195 func (m *Bundletool) String() string { return proto.CompactTextString(m) } argument
196 func (*Bundletool) ProtoMessage() {} argument
197 func (*Bundletool) Descriptor() ([]byte, []int) { argument
201 func (m *Bundletool) XXX_Unmarshal(b []byte) error { argument
204 func (m *Bundletool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
[all …]
Dconfig.proto13 Bundletool bundletool = 1;
31 message Bundletool { message
Dcommands.pb.go96 Bundletool *Bundletool `protobuf:"bytes,2,opt,name=bundletool,proto3" json:"bundletool,omitempty"` member
145 func (m *BuildApksResult) GetBundletool() *Bundletool {
147 return m.Bundletool
Dcommands.proto24 Bundletool bundletool = 2;