- 18 Jan, 2020 1 commit
-
-
Max Kellermann authored
-
- 17 Jan, 2020 1 commit
-
-
Max Kellermann authored
Google Play refuses uploads with a lower targetSdkVersion.
-
- 12 Jan, 2020 8 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
This flag doesn't appear to work, and since we never had a problem without the flag, implementing Google's recommendation is useless.
-
Max Kellermann authored
Don't export the symbols of all those static libraries. Most importantly, don't export the whole libc++ ABI.
-
Max Kellermann authored
-
Max Kellermann authored
These appear to be no longer necessary (tested with NDK r20b). Closes https://github.com/android/ndk/issues/951
-
Max Kellermann authored
This implicitly defines __ANDROID_API__, which means we can drop the "-D__ANDROID_API__=" parameter. This is recommended on https://android.googlesource.com/platform/ndk/+/ndk-release-r20/docs/BuildSystemMaintainers.md
-
Max Kellermann authored
It's not mentioned on https://developer.android.com/ndk/guides/other_build_systems
-
Max Kellermann authored
-
- 24 Dec, 2019 1 commit
-
-
Max Kellermann authored
-
- 18 Dec, 2019 1 commit
-
-
Max Kellermann authored
-
- 16 Oct, 2019 1 commit
-
-
Max Kellermann authored
-
- 07 Oct, 2019 1 commit
-
-
Max Kellermann authored
-
- 22 Aug, 2019 1 commit
-
-
Max Kellermann authored
-
- 09 Aug, 2019 1 commit
-
-
Max Kellermann authored
-
- 05 Aug, 2019 1 commit
-
-
Max Kellermann authored
-
- 12 Jul, 2019 1 commit
-
-
Max Kellermann authored
-
- 17 Jun, 2019 1 commit
-
-
Max Kellermann authored
-
- 11 Jun, 2019 1 commit
-
-
Max Kellermann authored
-
- 31 May, 2019 1 commit
-
-
Max Kellermann authored
-
- 04 May, 2019 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Using this API function requires SDK level 23.
-
- 03 May, 2019 2 commits
-
-
Max Kellermann authored
Fixes nullptr dereference when an exception gets thrown because there is no ".eh_frame" section for unwinding. Closes https://github.com/MusicPlayerDaemon/MPD/issues/543
-
Max Kellermann authored
-
- 03 Apr, 2019 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 22 Feb, 2019 1 commit
-
-
Max Kellermann authored
-
- 04 Jan, 2019 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 12 Nov, 2018 1 commit
-
-
Max Kellermann authored
-
- 04 Nov, 2018 1 commit
-
-
Max Kellermann authored
-
- 02 Nov, 2018 1 commit
-
-
Max Kellermann authored
Closes #396
-
- 31 Oct, 2018 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 29 Oct, 2018 1 commit
-
-
Max Kellermann authored
-
- 23 Oct, 2018 1 commit
-
-
Max Kellermann authored
The flag `-stdlib=libc++` doesn't appear to work because it attempts to load `libc++` and not `libc++_static`, and it omits `libc++abi`.
-
- 14 Oct, 2018 1 commit
-
-
Max Kellermann authored
So long, autotools! This is my last MPD related project to migrate away from it. It has its strengths, but also very obvious weaknesses and weirdnesses. Today, many of its quirks are not needed anymore, and are cumbersome and slow. Now welcome our new Meson overlords!
-
- 20 Aug, 2018 1 commit
-
-
Max Kellermann authored
MPD has minSdkVersion=21 which is above all the checks here.
-