Searched refs:UseVndk (Results 1 – 11 of 11) sorted by relevance
267 if ctx.RustModule().UseVndk() {361 if compiler.location == InstallInData && ctx.RustModule().UseVndk() {
63 if mod.UseVndk() {
270 func (mod *Module) UseVndk() bool { func772 if mod.UseVndk() {
86 if m.UseVndk() && m.IsVndk() && !m.IsVndkPrivate() {
165 if !to.UseVndk() {398 if m.UseVndk() && isLib && lib.hasLLNDKStubs() {402 if m.UseVndk() && isPrebuiltLib && prebuiltLib.hasLLNDKStubs() {
43 UseVndk() bool110 if c.UseVndk() {306 …!ctx.InRamdisk() && !ctx.InVendorRamdisk() && !ctx.InRecovery() && !ctx.UseVndk() && !ctx.static()…
166 UseVndk() bool
1089 func (c *Module) UseVndk() bool { func1095 !c.UseVndk() && !c.InRamdisk() && !c.InRecovery() && !c.InVendorRamdisk()1416 return ctx.mod.UseVndk()1620 if llndk || (c.UseVndk() && c.HasNonSystemVariants()) {1784 !c.InRecovery() && !c.UseVndk() && !c.static() && !c.isCoverageVariant() &&2302 if ccFrom, ok := from.(*Module); ok && from.UseVndk() {2634 if lib := moduleLibraryInterface(dep); lib.buildStubs() && c.UseVndk() { // LLNDK2959 } else if ccDep.UseVndk() && nonSystemVariantsExist {3092 if c.UseVndk() {
196 if linkable.UseVndk() {
2154 if mctx.Module().(*Module).UseVndk() && library.hasLLNDKStubs() {
1836 if cc.UseVndk() && proptools.Bool(a.properties.Use_vndk_as_stable) && cc.IsVndk() {