summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2014-05-20 15:02:31 -0700
committerSiva Velusamy <vsiva@google.com>2014-05-20 22:03:33 +0000
commitf68c88e5ee3d682da4562b23d9a20b2d9d781e5e (patch)
tree13bef12dc6371a0a505c0e67998fbd4322313cba /build
parent369a104ac6d389906a3f8eac95d3b65e1fc1b58f (diff)
downloadidea-f68c88e5ee3d682da4562b23d9a20b2d9d781e5e.tar.gz
Fix path to freemarker in build script.
Change-Id: Ib2e569d6d35516950ce569e77cdc8fbbd6b586e1 (cherry picked from commit e0c89e724a765428865d0cf7e40006e14c8bf569)
Diffstat (limited to 'build')
-rw-r--r--build/scripts/layouts.gant2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/layouts.gant b/build/scripts/layouts.gant
index bc37da8f3f43..e7247c91c763 100644
--- a/build/scripts/layouts.gant
+++ b/build/scripts/layouts.gant
@@ -700,7 +700,7 @@ def layoutAndroid() {
// Note: This is a HACK: rather than encoding the full path, we should really query
// the project model for the classpath just like we do for the androidModules' dependencies
// below
- fileset(file: "${home}/../../prebuilts/tools/common/freemarker/freemarker-2.3.19.jar")
+ fileset(file: "${home}/../../prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/freemarker-2.3.20.jar")
androidModules = [
"assetstudio",