summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2014-05-20 22:03:46 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-05-20 22:03:46 +0000
commit02611c4472d4099cc1f390c80e0ffc7463ab75fe (patch)
tree13bef12dc6371a0a505c0e67998fbd4322313cba
parent369a104ac6d389906a3f8eac95d3b65e1fc1b58f (diff)
parentf68c88e5ee3d682da4562b23d9a20b2d9d781e5e (diff)
downloadidea-02611c4472d4099cc1f390c80e0ffc7463ab75fe.tar.gz
Merge "Fix path to freemarker in build script."
-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",