Android-x86 manifest
修訂 | eec13c0126d1b0a64ba84a5a8d1688d656f44c0d (tree) |
---|---|
時間 | 2008-11-07 01:27:31 |
作者 | Shawn O. Pearce <sop@goog...> |
Commiter | Shawn O. Pearce |
Remove hardcoded branch constant
repo 1.1 and later do not use this attribute anymore,
and instead base their decision off the upstream branch
name that the manifest was cloned from.
Signed-off-by: Shawn O. Pearce <sop@google.com>
@@ -1,5 +1,5 @@ | ||
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | -<manifest branch="master"> | |
2 | +<manifest> | |
3 | 3 | <remote name="korg" |
4 | 4 | fetch="git://android.git.kernel.org/" |
5 | 5 | review="review.source.android.com" /> |