aboutsummaryrefslogtreecommitdiff
path: root/docs/Android.md
AgeCommit message (Collapse)Author
2022-01-01android: update android prerequisites - NDK v23b, android-30 ABI. Make arm64 ↵Robert Swiecki
the default build
2019-10-09Update Android.mdrobertswiecki
2017-12-15android: use ANDROID_API=26 by default, and use ↵Robert Swiecki
-D__ANDROID_API__=$ANDROID_API_V in standalone compilation mode
2017-12-04android: NDK r16 compatibility & switch default to clangAnestis Bechtsoudis
Android NDK r16 deprecates (although doesn't remove yet) the gcc 4.9 support. However, some toolchain flags have been altered thus need the `ANDROID_NDK_TOOLCHAIN_VER` flag to be also set to effectively select gcc over default clang. This commit is also switching the default compiler selection from gcc to clang. It has been tested the past few months and no issues surfaced so far against various aarch64 Android targets. Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2017-06-15[Android] NDK r15 stable is out and tested successfullyAnestis Bechtsoudis
Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2017-06-09docs/android: NDK versionRobert Swiecki
2017-05-18[Android] Update README docAnestis Bechtsoudis
Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2016-10-17[Android] Update docAnestis Bechtsoudis
Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2016-10-17[Android] Doc updateAnestis Bechtsoudis
Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2016-04-28Typos, Spaces & Small Docs updatesAnestis Bechtsoudis
Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2015-08-27Android doc updateAnestis Bechtsoudis
Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2015-08-26Spelling and grammer changesRyan Zoeller
2015-08-20Add Android docAnestis Bechtsoudis