mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Add command to build debug sdk
This commit is contained in:
parent
85ec9bed29
commit
a547c1b357
1 changed files with 3 additions and 0 deletions
|
|
@ -402,6 +402,9 @@ liblinphone-android-sdk: java-clean build copy-libs $(TOPDIR)/res/raw/rootca.pem
|
|||
\t@mv $(TOPDIR)/bin/outputs/aar/*.aar $(TOPDIR)/bin/outputs/aar/liblinphone-sdk.aar
|
||||
\t./gradlew -b libLinphoneAndroidSdk.gradle sdkZip
|
||||
|
||||
debug-sdk: java-clean build copy-libs $(TOPDIR)/res/raw/rootca.pem
|
||||
\t./gradlew -b libLinphoneAndroidSdk.gradle assembleDebug
|
||||
|
||||
linphone-android-sdk: java-clean build copy-libs $(TOPDIR)/res/raw/rootca.pem
|
||||
\t./gradlew -b linphoneAndroidSdk.gradle androidJavadocsJar
|
||||
\t./gradlew -b linphoneAndroidSdk.gradle sourcesJar
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue