X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/37087afd7e8a19989a7dd36c401cf5b9b9d1a3e4..1beaac92e4594d6d76c2da521341c1effd1d2313:/Command.cpp diff --git a/Command.cpp b/Command.cpp index 413a2dc..637c27d 100644 --- a/Command.cpp +++ b/Command.cpp @@ -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.