Home
last modified time | relevance | path

Searched refs:IsLlndk (Results 1 – 5 of 5) sorted by relevance

/build/soong/cc/
Dsabi.go159 if m.isNDKStubLibrary() || m.IsLlndk() || m.IsStubs() {
Dlibrary.go771 if ctx.IsLlndk() {
810 if ctx.IsLlndk() {
1007 if ctx.IsLlndk() {
1019 if ctx.IsLlndk() {
1342 IsLLNDK: ctx.IsLlndk(),
1424 ctx.IsLlndk(), ctx.isNdk(ctx.Config()), ctx.IsVndkExt())
1454 if ctx.IsLlndk() {
1671 } else if ctx.directlyInAnyApex() && ctx.IsLlndk() && !isBionic(ctx.baseModuleName()) {
1776 if ctx.Module().(*Module).IsLlndk() {
2000 isLLNDK = m.IsLlndk()
[all …]
Dlinkable.go143 IsLlndk() bool methodSpec
Dvendor_snapshot.go184 if m.IsLlndk() {
/build/soong/rust/
Drust.go299 func (c *Module) IsLlndk() bool { func