Searched refs:Bundletool (Results 1 – 4 of 4) 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 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 …]
|
D | config.proto | 13 Bundletool bundletool = 1; 31 message Bundletool { message
|
D | commands.pb.go | 96 Bundletool *Bundletool `protobuf:"bytes,2,opt,name=bundletool,proto3" json:"bundletool,omitempty"` member 145 func (m *BuildApksResult) GetBundletool() *Bundletool { 147 return m.Bundletool
|
D | commands.proto | 24 Bundletool bundletool = 2;
|