Home
last modified time | relevance | path

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

/build/soong/cc/
Dcoverage.go51 if ctx.useSdk() {
59 if ctx.useSdk() {
167 …cov.Properties = SetCoverageProperties(ctx, cov.Properties, ctx.nativeCoverage(), ctx.useSdk(), ct…
172 useSdk bool, sdkVersion string) CoverageProperties {
184 if useSdk && sdkVersion != "current" {
Dstl.go68 if ctx.useSdk() && ctx.Device() {
169 if ctx.Device() && !ctx.useSdk() {
Dproto.go68 if ctx.useSdk() {
75 if ctx.useSdk() {
Dlinker.go318 if !ctx.useSdk() {
427 …if (!ctx.useSdk() && ctx.minSdkVersion() == "") || CheckSdkVersionAtLeast(ctx, android.FirstShtRel…
499 if ctx.useSdk() {
Dcompiler.go344 if !(ctx.useSdk() || ctx.useVndk()) || ctx.Host() {
350 if ctx.useSdk() {
Dtest.go283 if ctx.useSdk() && ctx.Device() {
Dcc.go469 useSdk() bool methodSpec
1361 func (ctx *moduleContextImpl) useSdk() bool { func
1858 if ctx.useSdk() && c.IsSdkVariant() {
2083 } else if ctx.useSdk() && inList(name, *getNDKKnownLibs(ctx.Config())) {
Dsanitize.go256 if ctx.useSdk() {