Home
last modified time | relevance | path

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

/aosp12/build/soong/rust/
H A Dcompiler.go267 if ctx.RustModule().UseVndk() {
361 if compiler.location == InstallInData && ctx.RustModule().UseVndk() {
H A Dandroidmk.go63 if mod.UseVndk() {
H A Drust.go270 func (mod *Module) UseVndk() bool { func
772 if mod.UseVndk() {
/aosp12/build/soong/cc/
H A Dsabi.go86 if m.UseVndk() && m.IsVndk() && !m.IsVndkPrivate() {
H A Dvndk.go165 if !to.UseVndk() {
398 if m.UseVndk() && isLib && lib.hasLLNDKStubs() {
402 if m.UseVndk() && isPrebuiltLib && prebuiltLib.hasLLNDKStubs() {
H A Dandroidmk.go43 UseVndk() bool
110 if c.UseVndk() {
306 …!ctx.InRamdisk() && !ctx.InVendorRamdisk() && !ctx.InRecovery() && !ctx.UseVndk() && !ctx.static()…
H A Dlinkable.go166 UseVndk() bool
H A Dcc.go1089 func (c *Module) UseVndk() bool { func
1095 !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() { // LLNDK
2959 } else if ccDep.UseVndk() && nonSystemVariantsExist {
3092 if c.UseVndk() {
H A Dfuzz.go196 if linkable.UseVndk() {
H A Dlibrary.go2154 if mctx.Module().(*Module).UseVndk() && library.hasLLNDKStubs() {
/aosp12/build/soong/apex/
H A Dapex.go1836 if cc.UseVndk() && proptools.Bool(a.properties.Use_vndk_as_stable) && cc.IsVndk() {