Make libchewing_android_app_module_*.aar be built from source code
This commit is contained in:
parent
d5ff535cec
commit
dd718fdb29
@ -991,15 +991,22 @@ Builds:
|
|||||||
|
|
||||||
- versionName: 1.9.51
|
- versionName: 1.9.51
|
||||||
versionCode: 121
|
versionCode: 121
|
||||||
disable: https://github.com/hiroshiyui/GuilelessBopomofo/issues/37
|
|
||||||
commit: 9ed03844c8dc2b625ace5582de1a3dac945a5090
|
commit: 9ed03844c8dc2b625ace5582de1a3dac945a5090
|
||||||
subdir: app
|
subdir: app
|
||||||
submodules: true
|
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y automake g++ libsqlite3-dev libtool make ninja-build cmake
|
- apt-get install -y automake g++ libsqlite3-dev libtool make ninja-build cmake
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- libchewingAndroidAppModule@0.8.2
|
||||||
|
rm:
|
||||||
|
- app/libs/*.aar
|
||||||
|
build:
|
||||||
|
- pushd $$libchewingAndroidAppModule$$
|
||||||
|
- gradle bundleReleaseAar
|
||||||
|
- popd
|
||||||
|
- cp $$libchewingAndroidAppModule$$/build/outputs/aar/*.aar libs
|
||||||
ndk: 23.2.8568313
|
ndk: 23.2.8568313
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
|
5
srclibs/libchewingAndroidAppModule.yml
Normal file
5
srclibs/libchewingAndroidAppModule.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/hiroshiyui/libchewingAndroidAppModule
|
||||||
|
Subdir: app
|
||||||
|
|
||||||
|
Prepare: git submodule update --init --recursive
|
Loading…
x
Reference in New Issue
Block a user