Fix liblinphone_tester
This commit is contained in:
parent
07d46848c1
commit
6b0d14614e
2 changed files with 3 additions and 7 deletions
|
@ -2,9 +2,8 @@ all: copy-files
|
|||
../gradlew clean
|
||||
../gradlew uninstallDebug
|
||||
|
||||
run-all-tests: all
|
||||
../gradlew installDebug
|
||||
$(shell adb shell am instrument -r -w org.linphone.tester/org.linphone.tester.TestRunner | tee report.txt)
|
||||
run-all-tests:
|
||||
../gradlew :connectedAndroidTest
|
||||
|
||||
copy-libs:
|
||||
rm -rf libs/arm64-v8a
|
||||
|
|
|
@ -21,7 +21,7 @@ apply plugin: 'com.android.application'
|
|||
dependencies {
|
||||
compile project(":libLinphoneAndroidSdk")
|
||||
compile fileTree(dir: 'libs', include: '*.jar')
|
||||
androidTestCompile project(":libLinphoneAndroidSdk")
|
||||
//androidTestCompile project(":libLinphoneAndroidSdk")
|
||||
androidTestCompile fileTree(dir: 'libs', include: '*.jar')
|
||||
}
|
||||
|
||||
|
@ -31,9 +31,6 @@ android {
|
|||
buildToolsVersion "25.0.2"
|
||||
applicationId getPackageName()
|
||||
multiDexEnabled true
|
||||
ndk {
|
||||
ldLibs "log"
|
||||
}
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
|
Loading…
Reference in a new issue