Home
last modified time | relevance | path

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

/build/soong/cmd/extract_apks/bundle_proto/
Dtargeting.pb.go842 type Abi struct { struct
843 …`protobuf:"varint,1,opt,name=alias,proto3,enum=android.bundle.Abi_AbiAlias" json:"alias,omitempty"`
844 XXX_NoUnkeyedLiteral struct{} `json:"-"`
845 XXX_unrecognized []byte `json:"-"`
846 XXX_sizecache int32 `json:"-"`
849 func (m *Abi) Reset() { *m = Abi{} }
850 func (m *Abi) String() string { return proto.CompactTextString(m) }
851 func (*Abi) ProtoMessage() {}
852 func (*Abi) Descriptor() ([]byte, []int) {
856 func (m *Abi) XXX_Unmarshal(b []byte) error {
[all …]
/build/soong/android/
Darch.go103 Abi []string member