update submodules
This commit is contained in:
parent
23adaa80e2
commit
3d276ad1b5
5 changed files with 11 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -47,7 +47,6 @@ tests/tests.output
|
|||
WORK
|
||||
.d
|
||||
google-services.json
|
||||
gradle.properties
|
||||
.*clang*
|
||||
linphone.iml
|
||||
src/linphone-wrapper
|
||||
|
|
7
liblinphone_tester/gradle.properties
Normal file
7
liblinphone_tester/gradle.properties
Normal file
|
@ -0,0 +1,7 @@
|
|||
// Signing APK Release
|
||||
RELEASE_STORE_FILE=""
|
||||
RELEASE_STORE_PASSWORD=
|
||||
RELEASE_KEY_ALIAS=
|
||||
RELEASE_KEY_PASSWORD=
|
||||
#source:https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory
|
||||
org.gradle.jvmargs=-Xmx2g -XX:MaxPermSize=256m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
|
@ -26,7 +26,8 @@ public class TestUnit extends AndroidTestCase {
|
|||
public TestUnit(String name) {
|
||||
String[] tab = name.split("/");
|
||||
mSuite = tab[0];
|
||||
mTest = tab[1];
|
||||
if (tab.length == 2)
|
||||
mTest = tab[1];
|
||||
setName(name);
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit bc7a47598455d62a73a80f5df70f972b31be5fb8
|
||||
Subproject commit 06cd2b31438ac632520ebce25796cf6e2ab5a759
|
|
@ -1 +1 @@
|
|||
Subproject commit a6db4780bc42c5de0f88bace988fe69bd55e694b
|
||||
Subproject commit d0b5c85d13bc8e855d5a2437088230d2511e04ab
|
Loading…
Reference in a new issue