From 695bf7bd3e88d2fcd40ac7c02208c4ae602bd826 Mon Sep 17 00:00:00 2001 From: Xavier Ducrohet Date: Mon, 23 Aug 2010 14:42:33 -0700 Subject: Improve capability of the post-compile target. Make the dex target use a different property to read the input folder for classes to dexify. By default the new property has the same value but can be overriden if a post-compile target modify (obfuscate) code into a different location. Merged from master into tools_r7 Change-Id: I1fe2fd2a2678d8c4354702250cea1481f74dd7cf --- files/ant/ant_rules_r3.xml | 3 ++- templates/build.template | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/files/ant/ant_rules_r3.xml b/files/ant/ant_rules_r3.xml index 8876c7d..7848862 100644 --- a/files/ant/ant_rules_r3.xml +++ b/files/ant/ant_rules_r3.xml @@ -75,6 +75,7 @@ + @@ -175,7 +176,7 @@ - + diff --git a/templates/build.template b/templates/build.template index d8bd709..7ab06c0 100644 --- a/templates/build.template +++ b/templates/build.template @@ -52,6 +52,10 @@ + + [This is typically used for code obfuscation. + Compiled code location: ${out.classes.absolute.dir} + If this is not done in place, override ${out.dex.input.absolute.dir}] --> -- cgit v1.1