Searched refs:useSdk (Results 1 – 9 of 9) sorted by relevance
/build/soong/cc/ |
D | coverage.go | 51 if ctx.useSdk() { 59 if ctx.useSdk() { 180 …cov.Properties = SetCoverageProperties(ctx, cov.Properties, ctx.nativeCoverage(), ctx.useSdk(), ct… 185 useSdk bool, sdkVersion string) CoverageProperties { 197 if useSdk && sdkVersion != "current" {
|
D | stl.go | 69 if ctx.useSdk() && ctx.Device() { 150 if ctx.Device() && !ctx.useSdk() {
|
D | proto.go | 74 if ctx.useSdk() { 81 if ctx.useSdk() {
|
D | linker.go | 382 if !ctx.useSdk() { 485 …if (!ctx.useSdk() && ctx.minSdkVersion() == "") || CheckSdkVersionAtLeast(ctx, android.FirstShtRel… 553 if ctx.useSdk() {
|
D | compiler.go | 379 if !(ctx.useSdk() || ctx.useVndk()) || ctx.Host() { 385 if ctx.useSdk() { 523 if !ctx.useSdk() {
|
D | test.go | 289 if ctx.useSdk() && ctx.Device() {
|
D | cc.go | 486 useSdk() bool methodSpec 1468 func (ctx *moduleContextImpl) useSdk() bool { func 1999 if ctx.useSdk() && c.IsSdkVariant() {
|
D | sanitize.go | 312 if ctx.useSdk() {
|
/build/bazel/rules/cc/ |
D | stl.bzl | 49 # TODO(b/201079053): Handle useSdk, windows, fuschia, preferably with selects. 65 # TODO(b/201079053): Handle useSdk, windows, fuschia, preferably with selects.
|