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.go141Bundletool *Bundletool `protobuf:"bytes,1,opt,name=bundletool,proto3" json:"bundletool,omite… member
241 type Bundletool struct { struct
242 state protoimpl.MessageState
243 sizeCache protoimpl.SizeCache
244 unknownFields protoimpl.UnknownFields
247 Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
250 func (x *Bundletool) Reset() {
259 func (x *Bundletool) String() string {
263 func (*Bundletool) ProtoMessage() {}
265 func (x *Bundletool) ProtoReflect() protoreflect.Message {
[all …]
Dconfig.proto34 message Bundletool { message
Dcommands.pb.go147 Bundletool *Bundletool `protobuf:"bytes,2,opt,name=bundletool,proto3" json:"bundletool,omitempty"` member