summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2022-01-13 23:29:20 -0800
committerYifan Hong <elsk@google.com>2022-02-09 14:29:08 -0800
commit0e579f40bfbcef7d08716e4b18325e500aacf620 (patch)
treeb93d9b4346a843b9786c6c4a1808c4f38879fb9f
parent7083cdfb20c422b4f7a28394a461a800f4b2b12f (diff)
downloadmanifest-0e579f40bfbcef7d08716e4b18325e500aacf620.tar.gz
Drop build/prebuilts symlink.
Now that the symlinks in build/build-tools/path is fixed, these symlinks may be dropped. Test: TH Bug: 204425264 Change-Id: I70cdff3ba4529d50cec69d6ff64dfe78ff2f4714 (cherry picked from commit 70ca88324a7fd622dd7041105b3aa39842871620)
-rw-r--r--default.xml11
1 files changed, 2 insertions, 9 deletions
diff --git a/default.xml b/default.xml
index 1113b56..85bebe9 100644
--- a/default.xml
+++ b/default.xml
@@ -14,7 +14,6 @@
<linkfile src="build_utils.sh" dest="build/build_utils.sh" />
<!-- TODO(b/204425264): Remove unused scripts and unused symlinks -->
<linkfile src="BUILD.bazel" dest="build/BUILD.bazel" />
- <linkfile src="build-tools/path" dest="build/build-tools/path" />
<linkfile src="config.sh" dest="build/config.sh" />
<linkfile src="envsetup.sh" dest="build/envsetup.sh" />
<linkfile src="_setup_env.sh" dest="build/_setup_env.sh" />
@@ -35,14 +34,8 @@
<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" >
- <!-- TODO(b/204425264): Remove unused scripts and unused symlinks -->
- <linkfile src="." dest="build/prebuilts/build-tools" />
- </project>
- <project path="prebuilts/kernel-build-tools" name="kernel/prebuilts/build-tools" clone-depth="1" >
- <!-- TODO(b/204425264): Remove unused scripts and unused symlinks -->
- <linkfile src="." dest="build/prebuilts/kernel-build-tools" />
- </project>
+ <project path="prebuilts/build-tools" name="platform/prebuilts/build-tools" clone-depth="1" />
+ <project path="prebuilts/kernel-build-tools" name="kernel/prebuilts/build-tools" clone-depth="1" />
<project path="tools/mkbootimg" name="platform/system/tools/mkbootimg" />
<project path="prebuilts/bazel/linux-x86_64" name="platform/prebuilts/bazel/linux-x86_64" clone-depth="1" />