requery / sqlite-android

Android SQLite support library
Apache License 2.0
1.05k stars 138 forks source link

Use of compile option -latomic gives warning about incorrect builds #192

Open stleusc opened 1 month ago

stleusc commented 1 month ago

I am getting this warning below.

Android NDK: WARNING:..../jni/Android.mk:sqlite3x: non-system libraries in linker flags: -latomic
Android NDK:     This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES
Android NDK:     or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the
Android NDK:     current module

Any ideas if this causes issues? What does this 'atomic' library do?