summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>