summaryrefslogtreecommitdiff
path: root/library/self.gradle
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2017-12-15 17:25:19 -0800
committerMaurice Lam <yukl@google.com>2017-12-15 17:25:19 -0800
commitf2bfcde52be3543cfccd5666479253f1e4ae5a14 (patch)
tree18e88ff7daed6e43f12df6a82eb46f51d13ad21e /library/self.gradle
parent6cd5a7230264c8b0fc2969ff70192eb7b165c689 (diff)
downloadsetupwizard-f2bfcde52be3543cfccd5666479253f1e4ae5a14.tar.gz
Remove test APK rename
Test configuration on the server has been updated. Test: Builds with ./gradlew buildProjectFull Bug: 70287447 Change-Id: Ie82011e5c4ff86e0b3400076f91247663589fbe4
Diffstat (limited to 'library/self.gradle')
-rw-r--r--library/self.gradle11
1 files changed, 0 insertions, 11 deletions
diff --git a/library/self.gradle b/library/self.gradle
index 6477171..f455952 100644
--- a/library/self.gradle
+++ b/library/self.gradle
@@ -67,14 +67,3 @@ android.lintOptions {
android.libraryVariants.all { variant ->
variant.assemble.dependsOn(tasks.findByName('lint'))
}
-
-// For compatibility with existing continuous test configurations, copy the file to
-// setup-wizard-libTest.apk
-// TODO: Remove this once continuous test configurations are updated to handle the new file name
-task createLegacyTestApk(type: Copy) {
- from "${project.ext.distDir}/setup-wizard-lib-gingerbreadCompat-debug-androidTest.apk"
- into "${project.ext.distDir}"
- rename ('setup-wizard-lib-gingerbreadCompat-debug-androidTest.apk', 'setup-wizard-libTest.apk')
-}
-
-tasks.dist.finalizedBy createLegacyTestApk