- 30 Aug, 2016 6 commits
-
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Yes, armeabi-v7a is too long to type
-
Thomas Guillem authored
-
- 29 Aug, 2016 5 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Since this is the future default toolchain of the Android NDK.
-
- 26 Aug, 2016 1 commit
-
-
Thomas Guillem authored
-
- 25 Aug, 2016 9 commits
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
- 24 Aug, 2016 1 commit
-
-
Filip Roséen authored
The diagnostic certainly implies that the shell script shall abort if the version of the NDK is less than 11, though the previous case-check only matched versions matching "11*". This commit changes the implementation so that we check whether "$REL" is greater-than-or-equal compared to 11. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- 23 Aug, 2016 6 commits
-
-
Alexandre Perraud authored
-
Alexandre Perraud authored
-
Alexandre Perraud authored
-
Alexandre Perraud authored
-
Alexandre Perraud authored
-
Alexandre Perraud authored
-
- 22 Aug, 2016 1 commit
-
-
Thomas Guillem authored
Use ndk-stack instead Example: $ adb logcat | $ANDROID_NDK/ndk-stack -sym .dbg/armeabi-v7a/2.1.0 $ $ANDROID_NDK/ndk-stack -sym .dbg/armeabi-v7a/2.1.0 -dump crash.txt
-
- 19 Aug, 2016 2 commits
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
- 12 Aug, 2016 2 commits
-
-
Geoffrey Métais authored
-
Geoffrey Métais authored
-
- 10 Aug, 2016 2 commits
-
-
Geoffrey Métais authored
(cherry picked from commit 80650a65)
-
Geoffrey Métais authored
-
- 09 Aug, 2016 5 commits
-
-
Geoffrey Métais authored
-
Filip Roséen authored
If an invalid option is passed to "-a" it make sense for us to abort as early as possible. These changes can be summerized with; - do not rely on compile-libvlc.sh to diagnose invalid usage, and; - abort before any work is done if an invalid option is present. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
Given that it is always nice to have helper functions declared in the same area, these changes makes it so that "diagnostic" and "checkfail" is defined at the same place. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
Given that diagnostic output should be written to stderr and not stdout, a function named "diagnostic" is introduced that echo's whatever is passed to stderr. Usage of "echo" in terms of diagnostics has been replaced by usage of this newly added function. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-