aboutsummaryrefslogtreecommitdiff
path: root/dexmaker-mockito-inline-dispatcher/build.gradle
diff options
context:
space:
mode:
authorPhilip P. Moltmann <moltmann@google.com>2017-11-20 09:38:54 -0800
committerPhilip P. Moltmann <moltmann@google.com>2017-12-14 09:53:34 -0800
commit43b4c624c27e484d5e285533cf40ccf22980c6b6 (patch)
treeff5169be265d1ee674c4bd7748d52ca15b5ce20a /dexmaker-mockito-inline-dispatcher/build.gradle
parentd73d55e90d7353c820a763c7d116a26c86f7ea79 (diff)
downloaddexmaker-43b4c624c27e484d5e285533cf40ccf22980c6b6.tar.gz
Update dexmaker to latest (master) state
This adds dexmaker-mockito-inline support and dexmaker-mockito-*-tests. Inline mocking will allow mocking of final methods/classes. Bug: 63538681 Test: cts-tradefed run cts-dev -m CtsMockingTestCases Change-Id: Id8b88639abe0a84642273eae43322df09068a782
Diffstat (limited to 'dexmaker-mockito-inline-dispatcher/build.gradle')
-rw-r--r--dexmaker-mockito-inline-dispatcher/build.gradle17
1 files changed, 17 insertions, 0 deletions
diff --git a/dexmaker-mockito-inline-dispatcher/build.gradle b/dexmaker-mockito-inline-dispatcher/build.gradle
new file mode 100644
index 0000000..c9667c0
--- /dev/null
+++ b/dexmaker-mockito-inline-dispatcher/build.gradle
@@ -0,0 +1,17 @@
+apply plugin: 'com.android.application'
+
+android {
+ compileSdkVersion 25
+ buildToolsVersion "25.0.0"
+
+ lintOptions {
+ abortOnError false
+ }
+
+ defaultConfig {
+ applicationId "com.android.dexmaker.mockito.inline.dispatcher"
+ minSdkVersion 25
+ targetSdkVersion 25
+ versionName VERSION_NAME
+ }
+} \ No newline at end of file