android: Implement SAF support & migrate to SDK 31. (#4)

This commit is contained in:
bunnei
2023-02-03 16:13:16 -08:00
parent 9556258d0c
commit d8a9867947
38 changed files with 856 additions and 702 deletions
+8
View File
@@ -155,6 +155,14 @@ if (WIN32)
target_link_libraries(common PRIVATE ntdll)
endif()
if(ANDROID)
target_sources(common
PRIVATE
fs/fs_android.cpp
fs/fs_android.h
)
endif()
if(ARCHITECTURE_x86_64)
target_sources(common
PRIVATE