Home
last modified time | relevance | path

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

/aosp_15_r20/external/toolchain-utils/compiler_wrapper/
H A Dcompile_with_fallback.go19 const prebuiltCompilerPathKey = "ANDROID_LLVM_PREBUILT_COMPILER_PATH" const
22 value, _ := env.getenv(prebuiltCompilerPathKey)
97 prebuiltCompilerPath, _ := env.getenv(prebuiltCompilerPathKey)
105 EnvUpdates: append(originalCmd.EnvUpdates, prebuiltCompilerPathKey+"="),