diff options
| author | stonedDiscord <stoned@derpymail.org> | 2017-02-21 19:25:40 +0100 |
|---|---|---|
| committer | stonedDiscord <stoned@derpymail.org> | 2017-02-21 19:25:40 +0100 |
| commit | 181930e118c775ba86b5e08700a6d4bb64f512d8 (patch) | |
| tree | 9c72d90e8f4eaf3e32af41cadf32a5172d7f40a4 | |
| parent | 70f3e485ef29c0779cf8073038a007b6735a0f22 (diff) | |
android support
| -rw-r--r-- | android/libs/armeabi-v7a/libbass.so | bin | 0 -> 202132 bytes | |||
| -rw-r--r-- | android/libs/armeabi/libbass.so | bin | 0 -> 227820 bytes | |||
| -rw-r--r-- | android/libs/x86/libbass.so | bin | 0 -> 288040 bytes | |||
| -rw-r--r-- | android/project.properties | 1 | ||||
| -rw-r--r-- | path_functions.cpp | 2 |
5 files changed, 3 insertions, 0 deletions
diff --git a/android/libs/armeabi-v7a/libbass.so b/android/libs/armeabi-v7a/libbass.so Binary files differnew file mode 100644 index 00000000..883a37aa --- /dev/null +++ b/android/libs/armeabi-v7a/libbass.so diff --git a/android/libs/armeabi/libbass.so b/android/libs/armeabi/libbass.so Binary files differnew file mode 100644 index 00000000..c30b8854 --- /dev/null +++ b/android/libs/armeabi/libbass.so diff --git a/android/libs/x86/libbass.so b/android/libs/x86/libbass.so Binary files differnew file mode 100644 index 00000000..53b776a2 --- /dev/null +++ b/android/libs/x86/libbass.so diff --git a/android/project.properties b/android/project.properties new file mode 100644 index 00000000..a08f37ed --- /dev/null +++ b/android/project.properties @@ -0,0 +1 @@ +target=android-21
\ No newline at end of file diff --git a/path_functions.cpp b/path_functions.cpp index d76a6a03..7f0b83cb 100644 --- a/path_functions.cpp +++ b/path_functions.cpp @@ -13,6 +13,8 @@ QString AOApplication::get_base_path() return "E:/AO/client/base/"; #elif defined(OMNI_WIN_DEBUG2) return "F:/winshare/AO/client/base/"; +#elif defined(ANDROID) + return "/storage/extSdCard/AO2/"; #else return (QDir::currentPath() + "/base/"); #endif |
