diff options
| author | Xavier Ducrohet <xav@android.com> | 2010-05-04 17:46:54 -0700 |
|---|---|---|
| committer | Xavier Ducrohet <xav@android.com> | 2010-05-04 17:49:39 -0700 |
| commit | 711c35d7e18a262cde3800eecec26d52a25d532a (patch) | |
| tree | 962cea17947aef0b20e7a8afad318fb94a708648 /apkbuilder | |
| parent | 388c59a169b4b5954448aa77b31a0724adc1de5d (diff) | |
| download | sdk-711c35d7e18a262cde3800eecec26d52a25d532a.tar.gz sdk-711c35d7e18a262cde3800eecec26d52a25d532a.tar.bz2 sdk-711c35d7e18a262cde3800eecec26d52a25d532a.zip | |
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.java | 1 |
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 236ebbb72..dd6da8d5b 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); } - } /** |
