Home
last modified time | relevance | path

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

/build/soong/cc/
Dcoverage.go51 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" {
Dstl.go69 if ctx.useSdk() && ctx.Device() {
150 if ctx.Device() && !ctx.useSdk() {
Dproto.go74 if ctx.useSdk() {
81 if ctx.useSdk() {
Dlinker.go382 if !ctx.useSdk() {
485 …if (!ctx.useSdk() && ctx.minSdkVersion() == "") || CheckSdkVersionAtLeast(ctx, android.FirstShtRel…
553 if ctx.useSdk() {
Dcompiler.go379 if !(ctx.useSdk() || ctx.useVndk()) || ctx.Host() {
385 if ctx.useSdk() {
523 if !ctx.useSdk() {
Dtest.go289 if ctx.useSdk() && ctx.Device() {
Dcc.go486 useSdk() bool methodSpec
1468 func (ctx *moduleContextImpl) useSdk() bool { func
1999 if ctx.useSdk() && c.IsSdkVariant() {
Dsanitize.go312 if ctx.useSdk() {
/build/bazel/rules/cc/
Dstl.bzl49 # TODO(b/201079053): Handle useSdk, windows, fuschia, preferably with selects.
65 # TODO(b/201079053): Handle useSdk, windows, fuschia, preferably with selects.