summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-10-10 16:25:51 -0700
committerDan Willemsen <dwillemsen@google.com>2016-10-10 16:49:05 -0700
commit703c93691faa1db3050e8ed4f49bd1bf5151410f (patch)
tree67e3dcd27859ca2ae94f4c0511e9a2910b219dc3
parentfc8f89f04be17baf76ebeafb452b95de97e1fd43 (diff)
downloadmanifest-703c93691faa1db3050e8ed4f49bd1bf5151410f.tar.gz
Move build/ to build/make/
Remove the nesting of build/{blueprint,kati,soong}, which should allow us to use submodules. Bug: 28001743 Test: Compare build-aosp_arm.ninja before/after Change-Id: I5ff919cdb0423ebd11d9033fadab8aedf1a8b81d
-rw-r--r--default.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/default.xml b/default.xml
index 4b79fad8b..700c4141b 100644
--- a/default.xml
+++ b/default.xml
@@ -8,8 +8,14 @@
remote="aosp"
sync-j="4" />
- <project path="build" name="platform/build" groups="pdk" >
+ <project path="build/make" name="platform/build" groups="pdk" >
<copyfile src="core/root.mk" dest="Makefile" />
+ <linkfile src="CleanSpec.mk" dest="build/CleanSpec.mk" />
+ <linkfile src="buildspec.mk.default" dest="build/buildspec.mk.default" />
+ <linkfile src="core" dest="build/core" />
+ <linkfile src="envsetup.sh" dest="build/envsetup.sh" />
+ <linkfile src="target" dest="build/target" />
+ <linkfile src="tools" dest="build/tools" />
</project>
<project path="build/blueprint" name="platform/build/blueprint" groups="pdk,tradefed" />
<project path="build/kati" name="platform/build/kati" groups="pdk,tradefed" />