Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A 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" {
H A Dproto.go68 if ctx.useSdk() {
75 if ctx.useSdk() {
H A Dstl.go68 if ctx.useSdk() && ctx.Device() {
169 if ctx.Device() && !ctx.useSdk() {
H A Dlinker.go337 if !ctx.useSdk() {
446 …if (!ctx.useSdk() && ctx.minSdkVersion() == "") || CheckSdkVersionAtLeast(ctx, android.FirstShtRel…
518 if ctx.useSdk() {
H A Dcompiler.go344 if !(ctx.useSdk() || ctx.useVndk()) || ctx.Host() {
350 if ctx.useSdk() {
H A Dtest.go283 if ctx.useSdk() && ctx.Device() {
H A Dcc.go469 useSdk() bool
1361 func (ctx *moduleContextImpl) useSdk() bool { func
1858 if ctx.useSdk() && c.IsSdkVariant() {
2083 } else if ctx.useSdk() && inList(name, *getNDKKnownLibs(ctx.Config())) {
H A Dsanitize.go256 if ctx.useSdk() {