aboutsummaryrefslogtreecommitdiffstats
path: root/apkbuilder
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-02-10 15:43:58 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-02-10 15:43:58 -0800
commit6990abcbc03c25aeff94da27ed6893e7993d2709 (patch)
tree8d48abfa1c567386a1b0e035f52f767c6ed9f519 /apkbuilder
parent4da15c90a4f3e67182afce7b41d67f9ffbf511f0 (diff)
downloadsdk-6990abcbc03c25aeff94da27ed6893e7993d2709.zip
sdk-6990abcbc03c25aeff94da27ed6893e7993d2709.tar.gz
sdk-6990abcbc03c25aeff94da27ed6893e7993d2709.tar.bz2
auto import from //branches/cupcake/...@130745
Diffstat (limited to 'apkbuilder')
-rw-r--r--apkbuilder/src/com/android/apkbuilder/ApkBuilder.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/apkbuilder/src/com/android/apkbuilder/ApkBuilder.java b/apkbuilder/src/com/android/apkbuilder/ApkBuilder.java
index 9a4d24b..8616cda 100644
--- a/apkbuilder/src/com/android/apkbuilder/ApkBuilder.java
+++ b/apkbuilder/src/com/android/apkbuilder/ApkBuilder.java
@@ -319,7 +319,7 @@ public final class ApkBuilder {
* @param files
* @param javaResources
* @param storeType the optional type of the debug keystore. If <code>null</code>, the default
- * keystore type of the VM is used.
+ * keystore type of the Java VM is used.
*/
private void createPackage(File outFile, ArrayList<FileInputStream> zipArchives,
ArrayList<File> files, ArrayList<ApkFile> javaResources,