Skip to content

Commit 8c9adfd

Browse files
committed
fix: target clang prefix
Remove obsolete Android 11 Change-Id: Ie12887acb74f3447a462d98b1d0d5b28ac1353fe Signed-off-by: Sebastian Birunt <[email protected]>
1 parent ce6912e commit 8c9adfd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mconfig/target_toolchain.Mconfig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ config TARGET_64BIT_ONLY
1616

1717
config TARGET_CLANG_PREFIX
1818
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
2221
default ""
2322
help
2423
This is typically the value of ClangDefaultVersion declared in <aosp>/soong/cc/config/global.go

0 commit comments

Comments
 (0)