Skip to content

Commit

Permalink
v2 manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed May 19, 2019
1 parent 15bc57e commit c3d0c20
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion default.xml
24 changes: 24 additions & 0 deletions v2.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit c3d0c20

Please sign in to comment.