Home
last modified time | relevance | path

Searched defs:SystemApkMetadata (Results 1 – 2 of 2) sorted by relevance

/build/soong/cmd/extract_apks/bundle_proto/
Dcommands.pb.go622SystemApkMetadata *SystemApkMetadata `protobuf:"bytes,6,opt,name=system_apk_metadata,json=systemAp… member
797 type SystemApkMetadata struct { struct
799 …bytes,1,rep,name=fused_module_name,json=fusedModuleName,proto3" json:"fused_module_name,omitempty"`
802 …=systemApkType,proto3,enum=android.bundle.SystemApkMetadata_SystemApkType" json:"system_apk_type,o…
803 XXX_NoUnkeyedLiteral struct{} `json:"-"`
804 XXX_unrecognized []byte `json:"-"`
805 XXX_sizecache int32 `json:"-"`
808 func (m *SystemApkMetadata) Reset() { *m = SystemApkMetadata{} }
809 func (m *SystemApkMetadata) String() string { return proto.CompactTextString(m) }
810 func (*SystemApkMetadata) ProtoMessage() {}
[all …]
Dcommands.proto165 message SystemApkMetadata { message