File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,8 @@ config TARGET_64BIT_ONLY
16
16
17
17
config TARGET_CLANG_PREFIX
18
18
string "Target Clang compiler prefix"
19
- default "prebuilts/clang/host/linux-x86/clang-r383902b/bin/" if ANDROID_PLATFORM_VERSION = 11 && BUILDER_ANDROID_BP # android-11-release
20
- default "prebuilts/clang/host/linux-x86/clang-r522817/bin/" if ANDROID_PLATFORM_VERSION > 14 && BUILDER_ANDROID_BP
21
- default "prebuilts/clang/host/linux-x86/clang-r416183b1/bin/" if ANDROID_PLATFORM_VERSION > 11 && BUILDER_ANDROID_BP
19
+ default "prebuilts/clang/host/linux-x86/clang-r475365b/bin/" if ANDROID_PLATFORM_VERSION = 14 && ANDROID
20
+ default "prebuilts/clang/host/linux-x86/clang-r522817/bin/" if ANDROID_PLATFORM_VERSION > 14 && ANDROID
22
21
default ""
23
22
help
24
23
This is typically the value of ClangDefaultVersion declared in <aosp>/soong/cc/config/global.go
You can’t perform that action at this time.
0 commit comments