Home
last modified time | relevance | path

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

/build/soong/cc/
Dsabi.go86 if m.UseVndk() && m.IsVndk() && !m.IsVndkPrivate() {
Dlinkable.go166 UseVndk() bool methodSpec
Dandroidmk.go43 UseVndk() bool methodSpec
110 if c.UseVndk() {
306 …!ctx.InRamdisk() && !ctx.InVendorRamdisk() && !ctx.InRecovery() && !ctx.UseVndk() && !ctx.static()…
Dfuzz.go196 if linkable.UseVndk() {
Dlibrary.go2154 if mctx.Module().(*Module).UseVndk() && library.hasLLNDKStubs() {
/build/soong/rust/
Dcompiler.go267 if ctx.RustModule().UseVndk() {
361 if compiler.location == InstallInData && ctx.RustModule().UseVndk() {
Dandroidmk.go63 if mod.UseVndk() {
Drust.go270 func (mod *Module) UseVndk() bool { func
772 if mod.UseVndk() {
/build/soong/apex/
Dapex.go1836 if cc.UseVndk() && proptools.Bool(a.properties.Use_vndk_as_stable) && cc.IsVndk() {