summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayant Chowdhary <jchowdhary@google.com>2018-02-09 13:16:14 -0800
committerJayant Chowdhary <jchowdhary@google.com>2018-02-09 13:35:09 -0800
commit941f039e810172d4b7e9fc9962ee1b15867604c9 (patch)
treed73acfa0405a790abebe78f33864ae8026df2126
parentb306669125d3469eddca7f508560617deb8b2b6d (diff)
downloadmanifest-941f039e810172d4b7e9fc9962ee1b15867604c9.tar.gz
Add clang-tools to android-live-tv.
clang/LLVM based tools will be moved from prebuilts/build-tools to prebuilts/clang-tools to enable them to be in sync with the toolchain's versions of clang/LLVM. Bug: 72504455 Test: repo sync -j128 fetches the project. Change-Id: I871de782ab49006ec8c3829e17efb143b89b748b
-rw-r--r--default.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.xml b/default.xml
index 989698e36..fc770668e 100644
--- a/default.xml
+++ b/default.xml
@@ -51,6 +51,7 @@
<project path="prebuilts/devtools" name="platform/prebuilts/devtools" clone-depth="1" />
<project path="prebuilts/clang/host/darwin-x86" name="platform/prebuilts/clang/host/darwin-x86" groups="pdk,darwin" clone-depth="1" />
<project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" groups="pdk,linux" clone-depth="1" />
+ <project path="prebuilts/clang-tools" name="platform/prebuilts/clang-tools" clone-depth="1" />
<project path="prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9" name="platform/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9" clone-depth="1" />
<project path="prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1" name="platform/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1" groups="pdk,darwin" clone-depth="1" />
<project path="prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9" name="platform/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9" clone-depth="1" />