Searched defs:AssetModulesConfig (Results 1 – 2 of 2) sorted by relevance
/build/soong/cmd/extract_apks/bundle_proto/ |
D | config.pb.go | 98 …AssetModulesConfig *AssetModulesConfig `protobuf:"bytes,7,opt,name=asset_modules_c… member 812 type AssetModulesConfig struct { struct 815 …rotobuf:"varint,1,rep,packed,name=app_version,json=appVersion,proto3" json:"app_version,omitempty"` 818 …bytes,2,opt,name=asset_version_tag,json=assetVersionTag,proto3" json:"asset_version_tag,omitempty"` 819 XXX_NoUnkeyedLiteral struct{} `json:"-"` 820 XXX_unrecognized []byte `json:"-"` 821 XXX_sizecache int32 `json:"-"` 824 func (m *AssetModulesConfig) Reset() { *m = AssetModulesConfig{} } 825 func (m *AssetModulesConfig) String() string { return proto.CompactTextString(m) } 826 func (*AssetModulesConfig) ProtoMessage() {} [all …]
|
D | config.proto | 154 message AssetModulesConfig { message
|