Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/sdk/
H A Dupdate.go1340 archId archId member
1650 type archId struct { struct
1652 archType android.ArchType
1655 nativeBridge bool
1659 func (i *archId) propertyName() string {
1670 func (i *archId) String() string {
1688 archId archId member
1698 func newArchSpecificInfo(ctx android.SdkMemberContext, archId archId, osType android.OsType, varian… argument