SDL/android-project/app
Ryan C. Gordon 2613e3da24 camera: Rewrote Android support.
This does something a little weird, in that it doesn't care what
`__ANDROID_API__` is set to, but will attempt to dlopen the system
libraries, like we do for many other platform-specific pieces of SDL.

This allows us to a) not bump the minimum required Android version, which is
extremely ancient but otherwise still working, doing the right thing on old
and new hardware in the field, and b) not require the app to link against
more libraries than it previously did before the feature was available.

The downside is that it's a little messy, but it's okay for now, I think.
2024-02-20 15:56:26 -05:00
..
jni First pass at changing SDL 2.0 to SDL 3.0 2022-11-21 20:28:58 -08:00
src/main camera: Rewrote Android support. 2024-02-20 15:56:26 -05:00
build.gradle Drop stray trailing whitespace for android-project 2024-02-16 09:22:23 -05:00
proguard-rules.pro Switched to new style gradle Android application build process 2017-10-23 15:23:43 -07:00