-
-
Notifications
You must be signed in to change notification settings - Fork 201
/
nova.xml
25 lines (21 loc) · 1.17 KB
/
nova.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github" fetch="." />
<default revision="master" remote="github" />
<project path="AVP" name="aos-AVP" revision="nova" >
<copyfile src="Makefile" dest="Makefile" />
</project>
<project path="Video" name="aos-Video" revision="nova" />
<project path="MediaLib" name="aos-MediaLib" revision="nova" />
<project path="FileCoreLibrary" name="aos-FileCoreLibrary" revision="nova" />
<project path="native/avos" name="aos-avos" revision="nova" />
<project path="native/audiocompress" name="aos-audiocompress" />
<project path="native/ffmpeg-android-builder" name="aos-ffmpeg-android-builder" revision="v3" />
<project path="native/dav1d-android-builder" name="aos-dav1d-android-builder" revision="v3" />
<project path="native/libyuv" name="aos-libyuv" />
<project path="native/libnativehelper" name="aos-libnativehelper" />
<project path="native/boost" name="aos-boost-android-builder" />
<project path="native/libtorrent" name="aos-libtorrent" revision="ndk-r19" />
<project path="native/torrentd" name="aos-torrentd" />
<!-- <project path="native/android-libs" name="aos-android-libs" /> -->
</manifest>