aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2017-02-21 19:25:40 +0100
committerstonedDiscord <stoned@derpymail.org>2017-02-21 19:25:40 +0100
commit181930e118c775ba86b5e08700a6d4bb64f512d8 (patch)
tree9c72d90e8f4eaf3e32af41cadf32a5172d7f40a4
parent70f3e485ef29c0779cf8073038a007b6735a0f22 (diff)
android support
-rw-r--r--android/libs/armeabi-v7a/libbass.sobin0 -> 202132 bytes
-rw-r--r--android/libs/armeabi/libbass.sobin0 -> 227820 bytes
-rw-r--r--android/libs/x86/libbass.sobin0 -> 288040 bytes
-rw-r--r--android/project.properties1
-rw-r--r--path_functions.cpp2
5 files changed, 3 insertions, 0 deletions
diff --git a/android/libs/armeabi-v7a/libbass.so b/android/libs/armeabi-v7a/libbass.so
new file mode 100644
index 00000000..883a37aa
--- /dev/null
+++ b/android/libs/armeabi-v7a/libbass.so
Binary files differ
diff --git a/android/libs/armeabi/libbass.so b/android/libs/armeabi/libbass.so
new file mode 100644
index 00000000..c30b8854
--- /dev/null
+++ b/android/libs/armeabi/libbass.so
Binary files differ
diff --git a/android/libs/x86/libbass.so b/android/libs/x86/libbass.so
new file mode 100644
index 00000000..53b776a2
--- /dev/null
+++ b/android/libs/x86/libbass.so
Binary files differ
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