manifest: fork android_build
Change-Id: I6f432d4e70532ad60703c043eb7d3cc68e6b1a68
This commit is contained in:
parent
9521917197
commit
6ac0775848
2 changed files with 12 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue