aboutsummaryrefslogtreecommitdiff
path: root/gradle/build.gradle
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-12-21 16:16:05 -0800
committerXavier Ducrohet <xav@android.com>2013-01-02 13:21:52 -0800
commit0749a476551ad096b7e2436e3f1f758c10caad83 (patch)
tree2bdf681a77e4abbd360fc5453ac1a4c304db3c29 /gradle/build.gradle
parent724415bae3481da6afa6a561fde3833ace4f9d6c (diff)
downloadbuild-0749a476551ad096b7e2436e3f1f758c10caad83.tar.gz
Add crunch support to the ResourceManager.
This relies on a newer version of aapt that is able to do single file crunch. All crunching is done through a thread controlled by an executor. Change-Id: I578f970660f152031ed1a4f4074382fcf4d7b2b8
Diffstat (limited to 'gradle/build.gradle')
-rw-r--r--gradle/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/build.gradle b/gradle/build.gradle
index bc56450..f627d3a 100644
--- a/gradle/build.gradle
+++ b/gradle/build.gradle
@@ -39,7 +39,7 @@ dependencies {
idea {
module {
- testSourceDirs += files('src/build-test/groovy', 'src/device-test/groovy')
+ testSourceDirs += files('src/build-test/groovy', 'src/device-test/groovy').files
}
}