Searched refs:Bundletool (Results 1 – 4 of 4) sorted by relevance
/build/soong/cmd/extract_apks/bundle_proto/ |
D | config.pb.go | 141 …Bundletool *Bundletool `protobuf:"bytes,1,opt,name=bundletool,proto3" json:"bundletool,omite… member 185 func (x *BundleConfig) GetBundletool() *Bundletool { 187 return x.Bundletool 241 type Bundletool struct { struct 250 func (x *Bundletool) Reset() { argument 251 *x = Bundletool{} 259 func (x *Bundletool) String() string { argument 263 func (*Bundletool) ProtoMessage() {} argument 265 func (x *Bundletool) ProtoReflect() protoreflect.Message { argument 278 func (*Bundletool) Descriptor() ([]byte, []int) { argument [all …]
|
D | commands.pb.go | 147 Bundletool *Bundletool `protobuf:"bytes,2,opt,name=bundletool,proto3" json:"bundletool,omitempty"` member 200 func (x *BuildApksResult) GetBundletool() *Bundletool { 202 return x.Bundletool 1315 (*Bundletool)(nil), // 15: android.bundle.Bundletool
|
D | config.proto | 13 Bundletool bundletool = 1; 34 message Bundletool { message
|
D | commands.proto | 24 Bundletool bundletool = 2;
|