Home
last modified time | relevance | path

Searched refs:Bundletool (Results 1 – 4 of 4) 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
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 …]
Dcommands.pb.go147 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
Dconfig.proto13 Bundletool bundletool = 1;
34 message Bundletool { message
Dcommands.proto24 Bundletool bundletool = 2;