diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-03-06 20:56:22 +0100 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-03-06 20:56:22 +0100 |
commit | 17640466419ef61592101afe8a5b75ea41b45a96 (patch) | |
tree | 42317b6d04e65be8e9e25ce81f02127f43c8f18b | |
parent | 61c463e3b8cfd0d74ca8ee1ae7ef8d568cd92d2b (diff) | |
download | manifest-17640466419ef61592101afe8a5b75ea41b45a96.zip manifest-17640466419ef61592101afe8a5b75ea41b45a96.tar.gz manifest-17640466419ef61592101afe8a5b75ea41b45a96.tar.bz2 |
rename manifest dir from "android" to "manifest"
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rw-r--r-- | default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.xml b/default.xml index 61eabfc..0ad0b92 100644 --- a/default.xml +++ b/default.xml @@ -28,7 +28,7 @@ <project path="build" name="replicant/build.git" remote="replicant" groups="pdk" > <copyfile src="core/root.mk" dest="Makefile" /> </project> - <project path="android" name="replicant/manifest.git" revision="replicant-6.0-dev" remote="replicant" /> + <project path="manifest" name="replicant/manifest.git" revision="replicant-6.0-dev" remote="replicant" /> <project path="abi/cpp" name="LineageOS-mirror/android_abi_cpp.git" groups="pdk" /> <project path="art" name="LineageOS-mirror/android_art.git" groups="pdk" /> <project path="bionic" name="LineageOS-mirror/android_bionic.git" groups="pdk" /> |