Home
last modified time | relevance | path

Searched refs:Vendor_available (Results 1 – 7 of 7) sorted by relevance

/build/soong/cc/
Dgenrule.go27 Vendor_available *bool member
64 return Bool(g.Vendor_available) || !(ctx.SocSpecific() || ctx.DeviceSpecific())
81 if Bool(g.Vendor_available) || ctx.SocSpecific() || ctx.DeviceSpecific() {
98 if Bool(g.Vendor_available) || ctx.ProductSpecific() {
Dvndk.go138 if lib, ok := to.linker.(*llndkStubDecorator); ok && !Bool(lib.Properties.Vendor_available) {
141 …raryInterface); ok && to.VendorProperties.Vendor_available != nil && !Bool(to.VendorProperties.Ven…
175 if !Bool(to.VendorProperties.Vendor_available) {
298 if !Bool(lib.Properties.Vendor_available) {
332 if !Bool(m.VendorProperties.Vendor_available) {
Dllndk_library.go64 Vendor_available *bool member
187 stub.Properties.Vendor_available = BoolPtr(true)
Dcc.go296 Vendor_available *bool member
936 return c.IsVndk() || Bool(c.VendorProperties.Vendor_available)
2743 if Bool(lib.Properties.Vendor_available) {
2749 if Bool(c.VendorProperties.Vendor_available) {
2954 if m.VendorProperties.Vendor_available != nil && vendorSpecific {
2965 } else if m.VendorProperties.Vendor_available != nil {
2975 if m.VendorProperties.Vendor_available == nil {
Dvendor_snapshot.go569 return m.outputFile.Valid() && proptools.BoolDefault(m.VendorProperties.Vendor_available, true)
585 return m.outputFile.Valid() && proptools.BoolDefault(m.VendorProperties.Vendor_available, true)
/build/soong/sysprop/
Dsysprop_library.go143 Vendor_available *bool member
332 Vendor_available *bool member
422 ccProps.Vendor_available = m.properties.Vendor_available
/build/soong/android/
Dneverallow_test.go367 Vendor_available *bool member