Home
last modified time | relevance | path

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

/build/soong/cc/
Dsabi.go81 ((c.isVndk() && c.useVndk()) || inList(c.Name(), llndkLibraries) ||
Dinstaller.go72 if installer.location == InstallInData && ctx.useVndk() {
Dcc.go245 useVndk() bool methodSpec
499 func (c *Module) useVndk() bool { func
635 (ctx.mod.hasVendorVariant() && ctx.mod.useVndk() && !ctx.mod.isVndk())
656 if ctx.ctx.Device() && !ctx.useVndk() && !ctx.inRecovery() && !ctx.ctx.Fuchsia() {
664 if ctx.useVndk() {
680 func (ctx *moduleContextImpl) useVndk() bool { func
681 return ctx.mod.useVndk()
757 if ctx.useVndk() && ctx.isVndk() && !ctx.isVndkPrivate() {
1001 !c.inRecovery() && !c.useVndk() && !c.static() && !c.isCoverageVariant() &&
1199 } else if ctx.useVndk() && inList(name, llndkLibraries) {
[all …]
Dandroidmk.go38 useVndk() bool methodSpec
90 if c.useVndk() {
108 if c.useVndk() && c.hasVendorVariant() {
207 android.DirectlyInAnyApex(ctx, ctx.Name()) && !ctx.inRecovery() && !ctx.useVndk() &&
Dobject.go64 if ctx.useVndk() && ctx.toolchain().Bionic() {
Dcompiler.go300 if !(ctx.useSdk() || ctx.useVndk()) || ctx.Host() {
329 if ctx.useVndk() {
437 if ctx.useVndk() {
Dlibrary.go211 if ctx.useVndk() && f.Properties.Target.Vendor.Override_export_include_dirs != nil {
590 if ctx.useVndk() {
863 isProduct := ctx.ProductSpecific() && !ctx.useVndk()
864 isVendor := ctx.useVndk()
920 if ctx.Device() && ctx.useVndk() {
952 !ctx.useVndk() && !ctx.inRecovery() && ctx.Device() &&
Dlinker.go205 if ctx.useVndk() {
431 if ctx.useVndk() && linker.Properties.Target.Vendor.Version_script != nil {
Dsanitize.go337 if ctx.isVndk() && ctx.useVndk() {
826 if inList(runtimeLibrary, llndkLibraries) && !c.static() && c.useVndk() {
943 if c.useVndk() {