Searched defs:Bundletool (Results 1 – 3 of 3) sorted by relevance
/build/soong/cmd/extract_apks/bundle_proto/ |
D | config.pb.go | 90 …Bundletool *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 …]
|
D | config.proto | 31 message Bundletool { message
|
D | commands.pb.go | 96 Bundletool *Bundletool `protobuf:"bytes,2,opt,name=bundletool,proto3" json:"bundletool,omitempty"` member
|