[Android] Remove axml-rpc from config
Geoffrey Métais
git at videolan.org
Mon Nov 12 17:39:49 CET 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Sun Nov 11 09:24:33 2018 +0000| [3803d069e477731942a6d734570ead18f6e59e5f] | committer: Geoffrey Métais
Remove axml-rpc from config
> https://code.videolan.org/videolan/vlc-android/commit/3803d069e477731942a6d734570ead18f6e59e5f
---
settings.gradle | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/settings.gradle b/settings.gradle
index 3c253dfd4..c0dfabe87 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,3 +1,2 @@
-include ':libvlc', ':api', ':axmlrpc', ':medialibrary', ':tools'
-include ':vlc-android'
-project(':axmlrpc').projectDir = new File('java-libs/axmlrpc')
\ No newline at end of file
+include ':libvlc', ':api', ':medialibrary', ':tools'
+include ':vlc-android'
\ No newline at end of file
More information about the Android
mailing list