Home
last modified time | relevance | path

Searched refs:IsEnvTrue (Results 1 – 25 of 39) sorted by relevance

12

/build/soong/cc/config/
Dglobal.go435 if ctx.Config().IsEnvTrue("AUTO_ZERO_INITIALIZE") {
437 } else if ctx.Config().IsEnvTrue("AUTO_PATTERN_INITIALIZE") {
439 } else if ctx.Config().IsEnvTrue("AUTO_UNINITIALIZE") {
448 if ctx.Config().IsEnvTrue("USE_CCACHE") {
452 if ctx.Config().IsEnvTrue("ALLOW_UNKNOWN_WARNING_OPTION") {
480 if ctx.Config().IsEnvTrue("LLVM_NEXT") {
Dtidy.go139 if config.IsEnvTrue("CLANG_ANALYZER_CHECKS") {
/build/soong/cc/
Dlto.go73 if ctx.Config().IsEnvTrue("DISABLE_LTO") {
121 if ctx.Config().IsEnvTrue("USE_THINLTO_CACHE") {
150 if ctx.Config().IsEnvTrue("THINLTO_EMIT_INDEXES_AND_IMPORTS") {
Dcompdb.go63 if !ctx.Config().IsEnvTrue(envVariableGenerateCompdb) {
68 outputCompdbDebugInfo := ctx.Config().IsEnvTrue(envVariableGenerateCompdbDebugInfo)
Dsabi.go225 if mctx.Config().IsEnvTrue("SKIP_ABI_CHECKS") {
Dcheck.go44 if !ctx.Config().IsEnvTrue("ANDROID_TEMPORARILY_ALLOW_WEVERYTHING") {
Dbuilder.go690 if ctx.Config().UseRBE() && ctx.Config().IsEnvTrue("RBE_CLANG_TIDY") {
721 if ctx.Config().UseRBE() && ctx.Config().IsEnvTrue("RBE_ABI_DUMPER") {
897 if ctx.Config().UseRBE() && ctx.Config().IsEnvTrue("RBE_CXX_LINKS") {
956 if ctx.Config().UseRBE() && ctx.Config().IsEnvTrue("RBE_ABI_LINKER") {
1035 if ctx.Config().UseRBE() && ctx.Config().IsEnvTrue("RBE_CXX_LINKS") {
/build/soong/android/
Dconfig.go159 return !c.IsEnvTrue("ENABLE_HIDDENAPI_FLAGS") &&
160 (c.IsEnvTrue("UNSAFE_DISABLE_HIDDENAPI_FLAGS") ||
173 …return c.IsEnvTrue("DISABLE_VERIFY_OVERLAPS") || c.ReleaseDisableVerifyOverlaps() || !c.ReleaseDef…
748 func (c *config) IsEnvTrue(key string) bool { func
759 return c.IsEnvTrue("EXPERIMENTAL_TARGET_JAVA_VERSION_21")
1170 return c.IsEnvTrue("RUN_ERROR_PRONE")
1962 …return c.IsEnvTrue("EMMA_INSTRUMENT") || c.IsEnvTrue("EMMA_INSTRUMENT_STATIC") || c.IsEnvTrue("EMM…
/build/soong/ui/build/
Denvironment.go132 func (e *Environment) IsEnvTrue(key string) bool { func
Dninja.go133 if cmd.Environment.IsEnvTrue("ALLOW_NINJA_ENV") {
Ddumpvars.go280 if !env.IsEnvTrue("ANDROID_QUIET_BUILD") {
Dfinder.go67 FollowSymlinks: config.environ.IsEnvTrue("ALLOW_BP_UNDER_SYMLINKS"),
Drbe.go136 if !config.Environment().IsEnvTrue("ANDROID_QUIET_BUILD") && len(output) > 0 {
Dpath.go226 if config.Environment().IsEnvTrue("TEMPORARY_DISABLE_PATH_RESTRICTIONS") {
Dcleanbuild.go203 if config.Environment().IsEnvTrue("DISABLE_AUTO_INSTALLCLEAN") {
/build/soong/java/
Dapp_builder.go106 if ctx.Config().UseRBE() && ctx.Config().IsEnvTrue("RBE_SIGNAPK") {
249 if ctx.Config().UseRBE() && ctx.Config().IsEnvTrue("RBE_ZIP") {
Dapp_set.go171 "skip-sdk-check": strconv.FormatBool(ctx.Config().IsEnvTrue("SOONG_SKIP_APPSET_SDK_CHECK")),
Dbuilder.go483 if ctx.Config().UseRBE() && ctx.Config().IsEnvTrue("RBE_TURBINE") {
523 if ctx.Config().UseRBE() && ctx.Config().IsEnvTrue("RBE_TURBINE") {
604 if ctx.Config().UseRBE() && ctx.Config().IsEnvTrue("RBE_JAVAC") {
634 if ctx.Config().UseRBE() && ctx.Config().IsEnvTrue("RBE_JAR") {
Ddex.go485 if ctx.Config().UseRBE() && ctx.Config().IsEnvTrue("RBE_R8") {
514 if ctx.Config().UseRBE() && ctx.Config().IsEnvTrue("RBE_D8") {
Dplatform_bootclasspath.go432 if ctx.Config().IsEnvTrue("UNSAFE_DISABLE_HIDDENAPI_FLAGS") {
Dsdk.go37 apiFingerprintTrue := ctx.Config().IsEnvTrue("UNBUNDLED_BUILD_TARGET_SDK_WITH_API_FINGERPRINT")
Dbase.go701 ctx.Config().IsEnvTrue("EMMA_INSTRUMENT") &&
708 (ctx.Config().IsEnvTrue("EMMA_INSTRUMENT_STATIC") ||
722 } else if ctx.Config().IsEnvTrue("EMMA_INSTRUMENT_FRAMEWORK") {
878 if ctx.Config().IsEnvTrue("EMMA_INSTRUMENT_FRAMEWORK") {
1490 if ctx.Config().UseRBE() && ctx.Config().IsEnvTrue("RBE_ZIP") {
/build/soong/rust/
Dproject_json.go196 if !ctx.Config().IsEnvTrue(envVariableCollectRustDeps) {
/build/soong/cmd/soong_ui/
Dmain.go140 build.OsEnvironment().IsEnvTrue("ANDROID_QUIET_BUILD"),
141 build.OsEnvironment().IsEnvTrue("SOONG_UI_ANSI_OUTPUT"))
/build/soong/apex/
Dprebuilt.go930 defaultAllowPrerelease := ctx.Config().IsEnvTrue("SOONG_ALLOW_PRERELEASE_APEXES")
945 "skip-sdk-check": strconv.FormatBool(ctx.Config().IsEnvTrue("SOONG_SKIP_APPSET_SDK_CHECK")),

12