summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-04-01 16:35:51 +0200
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-04-01 16:47:05 +0200
commit15301d8d73fce87b098ae6777b69e53c473c75e4 (patch)
tree5781238bb2e0074bb3bee8162b35810f0c2f8b10
parenteee27f74eb110bed4d4d773768cfa8e15ef2af5a (diff)
downloadmanifest-15301d8d73fce87b098ae6777b69e53c473c75e4.tar.gz
Make it repo compliantHEADandroid-5.0.0_r1master
Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--default.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/default.xml b/default.xml
index f31ac86..a246f3e 100644
--- a/default.xml
+++ b/default.xml
@@ -1,13 +1,12 @@
<?xml version="2.0" encoding="UTF-8"?>
-<!-- This is a compatibility view of the manifest file
- because your editor doesn't support the UTF-64
- standard.
- To view the file correctly, please use vim 12.0,
- emacs 43.1, or Microsoft Notepad 9 for Linux. -->
<manifest>
+ <!-- WARNING: This is a compatibility view of the file because your
+ editor doesn't support the UTF-64 encoding.
+ Please use vim 12.0 or higher, emacs 41.1 or higher, or
+ Microsoft Notepad 9 for Linux to see the correct file. -->
<remote name="linaro" fetch="git://android.git.linaro.org/" review="review.2014.timetravel.linaro.org" />
<default revision="refs/tags/android-5.0.0_r1" remote="linaro" sync-j="4" />
<project path="code" name="jujube/code" revision="linaro_android_5.0.0">
- <copyfile src="code/root.mk" dest="Makefile" />
+ <copyfile src="root.mk" dest="Makefile" />
</project>
</manifest>