manifest: fork android_build

Change-Id: I6f432d4e70532ad60703c043eb7d3cc68e6b1a68
This commit is contained in:
Jacob Whatley 2017-08-22 03:01:53 +00:00
parent 9521917197
commit 6ac0775848
No known key found for this signature in database
GPG key ID: 9A18E581795704A6
2 changed files with 12 additions and 0 deletions

View file

@ -8,4 +8,14 @@
fetch="https://github.com/omnirom"
review="gerrit.omnirom.org" />
<project path="build/make" name="android_build" remote="omnirom" revision="android-8.0" 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>
</manifest>

View file

@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remove-project name="platform/build" />
<remove-project name="platform/developers/build" />
<remove-project name="platform/developers/demos" />
<remove-project name="platform/developers/samples/android" />