aboutsummaryrefslogtreecommitdiffstats
path: root/apkbuilder
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-05-04 17:46:54 -0700
committerXavier Ducrohet <xav@android.com>2010-05-04 17:49:39 -0700
commit711c35d7e18a262cde3800eecec26d52a25d532a (patch)
tree962cea17947aef0b20e7a8afad318fb94a708648 /apkbuilder
parent388c59a169b4b5954448aa77b31a0724adc1de5d (diff)
downloadsdk-711c35d7e18a262cde3800eecec26d52a25d532a.zip
sdk-711c35d7e18a262cde3800eecec26d52a25d532a.tar.gz
sdk-711c35d7e18a262cde3800eecec26d52a25d532a.tar.bz2
New If/Then/Else custom Ant rules to simplify some Ant rules logic.
Also cleaned up some attribute of our other custom tasks to conform to the standard convention (all lower case, all those were new in r3) Change-Id: If328a8eb2448d95bee1f1b70928d72fde5014eeb
Diffstat (limited to 'apkbuilder')
-rw-r--r--apkbuilder/src/com/android/apkbuilder/ApkBuilder.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/apkbuilder/src/com/android/apkbuilder/ApkBuilder.java b/apkbuilder/src/com/android/apkbuilder/ApkBuilder.java
index 236ebbb..dd6da8d 100644
--- a/apkbuilder/src/com/android/apkbuilder/ApkBuilder.java
+++ b/apkbuilder/src/com/android/apkbuilder/ApkBuilder.java
@@ -44,7 +44,6 @@ public final class ApkBuilder {
public ApkCreationException(Throwable throwable) {
super(throwable);
}
-
}
/**