Home
last modified time | relevance | path

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

/build/soong/cmd/extract_apks/bundle_proto/
Dconfig.pb.go323UncompressNativeLibraries *UncompressNativeLibraries `protobuf:"bytes,2,opt,name=uncompress_native… member
388 type UncompressNativeLibraries struct { struct
389 …nabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
390 XXX_NoUnkeyedLiteral struct{} `json:"-"`
391 XXX_unrecognized []byte `json:"-"`
392 XXX_sizecache int32 `json:"-"`
395 func (m *UncompressNativeLibraries) Reset() { *m = UncompressNativeLibraries{} }
396 func (m *UncompressNativeLibraries) String() string { return proto.CompactTextString(m) }
397 func (*UncompressNativeLibraries) ProtoMessage() {}
398 func (*UncompressNativeLibraries) Descriptor() ([]byte, []int) {
[all …]
Dconfig.proto66 message UncompressNativeLibraries { message