From c3d0c203a734707553341a906a7fe938aedb9ebb Mon Sep 17 00:00:00 2001
From: Marc de Courville <marc@courville.org>
Date: Sun, 19 May 2019 14:38:28 +0200
Subject: [PATCH] v2 manifest

---
 default.xml |  2 +-
 v2.xml      | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+), 1 deletion(-)
 create mode 100644 v2.xml

diff --git a/default.xml b/default.xml
index 5de0066..e96ba0e 120000
--- a/default.xml
+++ b/default.xml
@@ -1 +1 @@
-nova.xml
\ No newline at end of file
+v2.xml
\ No newline at end of file
diff --git a/v2.xml b/v2.xml
new file mode 100644
index 0000000..c5bacd0
--- /dev/null
+++ b/v2.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+  <remote name="github" fetch="." />
+
+  <default revision="master" remote="github" />
+
+  <project path="AVP" name="aos-AVP" revision="v2" >
+    <copyfile src="Makefile" dest="Makefile" />
+  </project>
+
+  <project path="Video" name="aos-Video" revision="v2" />
+  <project path="MediaLib" name="aos-MediaLib" revision="v2" />
+  <project path="FileCoreLibrary" name="aos-FileCoreLibrary" revision="v2" />
+
+  <project path="native/avos" name="aos-avos" revision="v2" />
+  <project path="native/audiocompress" name="aos-audiocompress" revision="v2" />
+  <project path="native/ffmpeg-android-builder" name="aos-ffmpeg-android-builder" revision="v2" />
+  <project path="native/libyuv" name="aos-libyuv" revision="v2" />
+  <project path="native/libnativehelper" name="aos-libnativehelper" revision="v2" />
+  <project path="native/boost" name="aos-boost" revision="v2" />
+  <project path="native/libtorrent" name="aos-libtorrent" revision="v2" />
+  <project path="native/torrentd" name="aos-torrentd" revision="v2" />
+  <project path="native/android-libs" name="aos-android-libs" revision="v2" />
+</manifest>