Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: libadblockplus-android-tests/build.gradle

Issue 29649555: Issue 6219 - Create flavors per ABI (Closed)
Patch Set: renamed variable Created Jan. 9, 2018, 6:20 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « libadblockplus-android-settings/build.gradle ('k') | libadblockplus-android-webview/build.gradle » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libadblockplus-android-tests/build.gradle
diff --git a/libadblockplus-android-tests/build.gradle b/libadblockplus-android-tests/build.gradle
index cb9a3035ca1496659f2bbf5f36789f35198e5fe1..a8d6376fe1831b9bf78c0f11f69a483a939ef415 100644
--- a/libadblockplus-android-tests/build.gradle
+++ b/libadblockplus-android-tests/build.gradle
@@ -36,7 +36,7 @@ android {
jni {
dependencies {
- project ":libadblockplus-android"
+ project(path: ":libadblockplus-android", configuration: getAbiFlavor() + "Debug")
}
}
}
@@ -44,7 +44,7 @@ android {
}
dependencies {
- androidTestCompile project(':libadblockplus-android')
+ androidTestCompile project(path: ':libadblockplus-android', configuration: getAbiFlavor() + "Debug")
androidTestCompile project(':libadblockplus-android-settings')
androidTestCompile fileTree(include: ['*.jar'], dir: 'libs')
« no previous file with comments | « libadblockplus-android-settings/build.gradle ('k') | libadblockplus-android-webview/build.gradle » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld