ship pre-compiled locale files
This commit is contained in:
parent
3fc5979879
commit
a68f572c23
22 changed files with 22 additions and 16 deletions
|
|
@ -19,7 +19,7 @@ android {
|
|||
versionName "0.6.3"
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
arguments "-DANDROID_APP_PLATFORM=android-21", "-DANDROID_STL=c++_static", "-DWARNINGS_ARE_ERRORS=ON"
|
||||
arguments "-DANDROID_APP_PLATFORM=android-21", "-DANDROID_STL=c++_static", "-DWARNINGS_ARE_ERRORS=ON", "-DWITH_LOCALE=ON", "-DUSE_MOMO=ON"
|
||||
// abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
|
||||
abiFilters 'arm64-v8a'
|
||||
}
|
||||
|
|
|
|||
1
android/app/src/main/assets/locale
Symbolic link
1
android/app/src/main/assets/locale
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../../../../po/locale
|
||||
Loading…
Add table
Add a link
Reference in a new issue