]> git.saurik.com Git - android/aapt.git/blobdiff - Main.cpp
merge from open-source master
[android/aapt.git] / Main.cpp
index e61010cd695f78a86df6fc6fa63efad591f0e536..98286c02d7e7c59274cd76b423bdc5dff790f1a2 100644 (file)
--- a/Main.cpp
+++ b/Main.cpp
@@ -99,6 +99,7 @@ void usage(void)
         "   -f  force overwrite of existing files\n"
         "   -g  specify a pixel tolerance to force images to grayscale, default 0\n"
         "   -j  specify a jar or zip file containing classes to include\n"
+        "   -k  junk path of file(s) added\n"
         "   -m  make package directories under location specified by -J\n"
 #if 0
         "   -p  pseudolocalize the default configuration\n"
@@ -236,6 +237,9 @@ int main(int argc, char* const argv[])
                 bundle.setGrayscaleTolerance(tolerance);
                 printf("%s: Images with deviation <= %d will be forced to grayscale.\n", prog, tolerance);
                 break;
+            case 'k':
+                bundle.setJunkPath(true);
+                break;
             case 'm':
                 bundle.setMakePackageDirs(true);
                 break;