Home
last modified time | relevance | path

Searched refs:UseVndk (Results 1 – 9 of 9) sorted by relevance

/build/soong/cc/
Dlinkable.go52 UseVndk() bool methodSpec
Dsabi.go83 ((c.IsVndk() && c.UseVndk()) || c.isLlndk(mctx.Config()) ||
Dandroidmk.go42 UseVndk() bool methodSpec
99 if c.UseVndk() {
300 …id.DirectlyInAnyApex(ctx, ctx.Name()) && !ctx.InRamdisk() && !ctx.InRecovery() && !ctx.UseVndk() &&
Dcc.go859 func (c *Module) UseVndk() bool { func
864 return c.Os() == android.Android && !c.UseVndk() && !c.InRamdisk() && !c.InRecovery()
1155 return ctx.mod.UseVndk()
1457 if llndk || llndkHeader || (c.UseVndk() && c.HasVendorVariant()) {
1577 !c.InRecovery() && !c.UseVndk() && !c.static() && !c.isCoverageVariant() &&
2057 if ccFrom, ok := from.(*Module); ok && from.UseVndk() {
2398 if c.UseVndk() {
2589 } else if c.UseVndk() && bothVendorAndCoreVariantsExist {
2770 if c.UseVndk() {
Dfuzz.go174 linkable.UseVndk() || // Discard vendor linked libraries.
Dsanitize.go936 if isLlndkLibrary(runtimeLibrary, mctx.Config()) && !c.static() && c.UseVndk() {
1047 if c.UseVndk() {
Dvndk.go157 if !to.UseVndk() {
/build/soong/rust/
Drust.go194 func (mod *Module) UseVndk() bool { func
/build/soong/apex/
Dapex.go2164 if cc.UseVndk() && proptools.Bool(a.properties.Use_vndk_as_stable) && cc.IsVndk() {