aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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