Skip to content

Instantly share code, notes, and snippets.

@brandon15811
Created June 8, 2012 05:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brandon15811/2893786 to your computer and use it in GitHub Desktop.
Save brandon15811/2893786 to your computer and use it in GitHub Desktop.
Repo Manifest
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="aosp"
fetch="https://android.googlesource.com/"
review="https://android-review.googlesource.com/" />
<default revision="master"
remote="aosp"
sync-j="4" />
<project path="build" name="platform/build">
<copyfile src="core/root.mk" dest="Makefile" />
</project>
<project path="bionic" name="platform/bionic" />
<project path="external/zlib" name="platform/external/zlib" />
<project path="system/core" name="platform/system/core" />
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment