diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-07-05 12:44:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-05 12:44:55 +0200 |
| commit | 4e7223ce497afb64e8f34f644d5eac215edeac89 (patch) | |
| tree | 52b35daa802c4c3e5f4a3808b28f5308664e9325 /platform/android/SCsub | |
| parent | fd10de5b948d6864a0ab6ff8b4beee665cc49e5d (diff) | |
| parent | f9c19298ce9ba7a9a9943949b40c757979706a5a (diff) | |
Merge pull request #62459 from m4gr3d/refactor_android_storage_handling_main
Diffstat (limited to 'platform/android/SCsub')
| -rw-r--r-- | platform/android/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/SCsub b/platform/android/SCsub index ad226255bc..d370a4d18d 100644 --- a/platform/android/SCsub +++ b/platform/android/SCsub @@ -6,6 +6,7 @@ android_files = [ "os_android.cpp", "android_input_handler.cpp", "file_access_android.cpp", + "file_access_filesystem_jandroid.cpp", "audio_driver_opensl.cpp", "dir_access_jandroid.cpp", "tts_android.cpp", |