X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/03938ad36ab45312d6a219f6f23549c2d7da932a..7e486e3393be690b0541d30339e50177fa07e64b:/ResourceTable.h diff --git a/ResourceTable.h b/ResourceTable.h index 74ba326..665232b 100644 --- a/ResourceTable.h +++ b/ResourceTable.h @@ -15,6 +15,7 @@ using namespace std; +class XMLNode; class ResourceTable; enum { @@ -34,6 +35,12 @@ status_t compileXmlFile(const sp& assets, ResourceTable* table, int options = XML_COMPILE_STANDARD_RESOURCE); +status_t compileXmlFile(const sp& assets, + const sp& xmlTree, + const sp& target, + ResourceTable* table, + int options = XML_COMPILE_STANDARD_RESOURCE); + status_t compileResourceFile(Bundle* bundle, const sp& assets, const sp& in,