summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maennich <maennich@google.com>2021-06-18 14:26:48 +0100
committerMatthias Maennich <maennich@google.com>2021-06-18 14:00:12 +0000
commit0a867e3f42ae296dd18743fdbb1eedcab3083094 (patch)
treeeedb9b370cbfe91e32e8391ab04d50aca1b4c578
parent451581e9ef7f4a7823d65ca6ac43333828b70be4 (diff)
downloadmanifest-0a867e3f42ae296dd18743fdbb1eedcab3083094.tar.gz
Clang prebuilts: drop the -master suffix from the path
The -master suffix is obsolete and can be dropped by now to get in sync with the Android platform and with other prebuilt directories here. Bug: 170775957 Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: I9c77f3fae9aecce522ac595449e8d7eac292db2a
-rw-r--r--default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index 9d8be44..55ab348 100644
--- a/default.xml
+++ b/default.xml
@@ -13,7 +13,7 @@
<project path="kernel/tests" name="kernel/tests" />
<project path="kernel/configs" name="kernel/configs" revision="master" />
<project path="common-modules/virtual-device" name="kernel/common-modules/virtual-device" revision="android-mainline" />
- <project path="prebuilts-master/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" clone-depth="1" />
+ <project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" clone-depth="1" />
<project path="prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" name="platform/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8" clone-depth="1" />
<project path="prebuilts/boot-artifacts" name="platform/prebuilts/boot-artifacts" />
<project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" clone-depth="1" />