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 22:27:05 +0000
commit47a17f005c8904111b0e391282cfbc33d3318a1d (patch)
tree7658262285aab1975c04c295f62eeaf688ecdd24
parent2395898ba69824c1ec99eface4c44b1192712f1d (diff)
downloadmanifest-47a17f005c8904111b0e391282cfbc33d3318a1d.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 65febc4..d393259 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" />
@@ -31,14 +30,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" />