]> git.saurik.com Git - android/aapt.git/blobdiff - Command.cpp
New aapt feature to do smarter filtering of configurations.
[android/aapt.git] / Command.cpp
index 413a2dcf3768c4cb2943f6c9c691cc66af07652c..637c27da65f931891303b4cdeccc213d53b327ae 100644 (file)
@@ -5,6 +5,7 @@
 //
 #include "Main.h"
 #include "Bundle.h"
+#include "ResourceFilter.h"
 #include "ResourceTable.h"
 #include "XMLNode.h"
 
@@ -1572,7 +1573,7 @@ int doPackage(Bundle* bundle)
     }
 
     if (bundle->getVerbose()) {
-        assets->print();
+        assets->print(String8());
     }
 
     // If they asked for any fileAs that need to be compiled, do so.