Home
last modified time | relevance | path

Searched refs:ModuleMetadata (Results 1 – 4 of 4) sorted by relevance

/build/soong/cmd/extract_apks/bundle_proto/
Dcommands.pb.go301ModuleMetadata *ModuleMetadata `protobuf:"bytes,1,opt,name=module_metadata,json=moduleMetadata,pro… member
338 func (x *ApkSet) GetModuleMetadata() *ModuleMetadata {
340 return x.ModuleMetadata
352 type ModuleMetadata struct { struct
375 func (x *ModuleMetadata) Reset() { argument
376 *x = ModuleMetadata{}
384 func (x *ModuleMetadata) String() string { argument
388 func (*ModuleMetadata) ProtoMessage() {} argument
390 func (x *ModuleMetadata) ProtoReflect() protoreflect.Message { argument
403 func (*ModuleMetadata) Descriptor() ([]byte, []int) { argument
[all …]
Dcommands.proto54 ModuleMetadata module_metadata = 1;
60 message ModuleMetadata { message
/build/make/target/product/
Dbase_product.mk22 ModuleMetadata \
/build/soong/cmd/extract_apks/
Dmain.go166 *android_bundle_proto.ModuleMetadata anonMember
170 return m.ModuleMetadata == nil ||
399 if !(moduleMetadataMatcher{as.ModuleMetadata}.matches(targetConfig)) {