aboutsummaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2011-10-14 17:57:35 -0700
committerXavier Ducrohet <xav@android.com>2011-10-14 17:57:35 -0700
commita5613f269c976916f7125f58fa1dcb4f365e54b4 (patch)
tree4117e2282b7a2c2b0de544fa30a923e3eaeb3bbe /files
parentdef6f0d2e24d6dd96d6265fcf05fd9a1e10c789c (diff)
downloadsdk-a5613f269c976916f7125f58fa1dcb4f365e54b4.zip
sdk-a5613f269c976916f7125f58fa1dcb4f365e54b4.tar.gz
sdk-a5613f269c976916f7125f58fa1dcb4f365e54b4.tar.bz2
Fix NPE when building project with no code.
The lack of dex file made the Ant package task throw an NPE. Also some minor typo fix. Change-Id: Ic617ee66017c402f211f5400baf5a00eb7e6cff5
Diffstat (limited to 'files')
-rw-r--r--files/ant/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ant/build.xml b/files/ant/build.xml
index 57effb2..16ae6a1 100644
--- a/files/ant/build.xml
+++ b/files/ant/build.xml
@@ -24,7 +24,7 @@
-->
<!-- ******************************************************* -->
- <!-- *************** Overrideable Properties *************** -->
+ <!-- **************** Overridable Properties *************** -->
<!-- ******************************************************* -->
<!-- You can override these values in your build.xml or build.properties.