mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Android: Add content provider support to File::IOFile
Taking the hit now to prepare us for when Google Play will force us to use scoped storage...
This commit is contained in:
15
Source/Android/jni/AndroidCommon/CMakeLists.txt
Normal file
15
Source/Android/jni/AndroidCommon/CMakeLists.txt
Normal file
@ -0,0 +1,15 @@
|
||||
add_library(androidcommon STATIC
|
||||
AndroidCommon.cpp
|
||||
AndroidCommon.h
|
||||
IDCache.cpp
|
||||
IDCache.h
|
||||
)
|
||||
|
||||
target_link_libraries(androidcommon
|
||||
PRIVATE
|
||||
android
|
||||
log
|
||||
"-Wl,--no-warn-mismatch"
|
||||
"-Wl,--whole-archive"
|
||||
"-Wl,--no-whole-archive"
|
||||
)
|
Reference in New Issue
Block a user