Home
last modified time | relevance | path

Searched refs:AlwaysSdk (Results 1 – 6 of 6) sorted by relevance

/build/soong/cc/
Dndk_prebuilt.go79 module.Properties.AlwaysSdk = true
131 module.Properties.AlwaysSdk = true
150 module.Properties.AlwaysSdk = true
Dsdk.go34 if m.AlwaysSdk() {
Dlinkable.go58 AlwaysSdk() bool methodSpec
Dndk_library.go391 module.Properties.AlwaysSdk = true
Dcc.go275 AlwaysSdk bool `blueprint:"mutated"` member
598 func (c *Module) AlwaysSdk() bool { func
599 return c.Properties.AlwaysSdk || Bool(c.Properties.Sdk_variant_only)
/build/soong/rust/
Drust.go214 func (mod *Module) AlwaysSdk() bool { func