Browse Source

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
pull/3/head
Dan Willemsen 8 years ago
parent
commit
703c93691f
1 changed files with 7 additions and 1 deletions
  1. +7
    -1
      default.xml

+ 7
- 1
default.xml View File

@ -8,8 +8,14 @@
remote="aosp" remote="aosp"
sync-j="4" /> 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" /> <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>
<project path="build/blueprint" name="platform/build/blueprint" groups="pdk,tradefed" /> <project path="build/blueprint" name="platform/build/blueprint" groups="pdk,tradefed" />
<project path="build/kati" name="platform/build/kati" groups="pdk,tradefed" /> <project path="build/kati" name="platform/build/kati" groups="pdk,tradefed" />


Loading…
Cancel
Save