Home
last modified time | relevance | path

Searched defs:Bundletool (Results 1 – 3 of 3) 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
186 type Bundletool struct { struct
188 Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
189 XXX_NoUnkeyedLiteral struct{} `json:"-"`
190 XXX_unrecognized []byte `json:"-"`
191 XXX_sizecache int32 `json:"-"`
194 func (m *Bundletool) Reset() { *m = Bundletool{} }
195 func (m *Bundletool) String() string { return proto.CompactTextString(m) }
196 func (*Bundletool) ProtoMessage() {}
197 func (*Bundletool) Descriptor() ([]byte, []int) {
[all …]
Dconfig.proto31 message Bundletool { message
Dcommands.pb.go96 Bundletool *Bundletool `protobuf:"bytes,2,opt,name=bundletool,proto3" json:"bundletool,omitempty"` member