summaryrefslogtreecommitdiff
path: root/default.xml
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-10-10 16:25:51 -0700
committerDan Willemsen <dwillemsen@google.com>2016-10-28 12:46:25 -0700
commit26326358c7c2e0e2780a02cf67e5e4f7dd0cf676 (patch)
tree37ff06166ddd2c697c7be3c8812cff565307ce39 /default.xml
parent9f46a2d62959b3e9ca36e129813fce126b41b412 (diff)
downloadmanifest-26326358c7c2e0e2780a02cf67e5e4f7dd0cf676.tar.gz
Move build/ to build/make/
Remove the nesting of build/{blueprint,kati,soong}, which should allow us to use submodules. Differs from master in that most of the copyfile/linkfile entries have been removed, since we really only need this repository for the tools in build/tools. Everything builds with Soong or Go's scripts, not Make. Bug: 28001743 Test: prebuilts/build-tools/build-prebuilts.sh Change-Id: I5ff919cdb0423ebd11d9033fadab8aedf1a8b81d
Diffstat (limited to 'default.xml')
-rw-r--r--default.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.xml b/default.xml
index 5707dfa09..6c84cc424 100644
--- a/default.xml
+++ b/default.xml
@@ -9,8 +9,8 @@
sync-j="4" />
<!-- build projects -->
- <project path="build" name="platform/build" >
- <copyfile src="core/root.mk" dest="Makefile" />
+ <project path="build/make" name="platform/build" >
+ <linkfile src="tools" dest="build/tools" />
</project>
<project path="build/blueprint" name="platform/build/blueprint" />
<project path="build/kati" name="platform/build/kati" />