Home
last modified time | relevance | path

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

/build/soong/cc/
Dsabi.go86 if m.UseVndk() && m.IsVndk() && !m.IsVndkPrivate() {
Dlinkable.go172 IsVndk() bool methodSpec
Dvendor_snapshot.go161 if inProprietaryPath && (!image.includeVndk() || !m.IsVndk()) {
213 if !sanitizable.IsVndk() {
Dimage.go191 if !c.IsVndk() && !Bool(c.VendorProperties.Product_available) {
510 if !m.IsVndk() {
Dandroidmk.go112 if c.IsVndk() && !c.static() {
/build/soong/apex/
Dapex.go871 if c, ok := child.(*cc.Module); ok && c.IsVndk() {
1836 if cc.UseVndk() && proptools.Bool(a.properties.Use_vndk_as_stable) && cc.IsVndk() {
/build/soong/rust/
Drust.go282 func (mod *Module) IsVndk() bool { func