X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/f31a875568a6a1049af3566d7f5ae440d29c9e4a..f347b212f43c46efa93fc5d5966d38c4763337ee:/ResourceTable.h diff --git a/ResourceTable.h b/ResourceTable.h index 60d0901..186c7ca 100644 --- a/ResourceTable.h +++ b/ResourceTable.h @@ -36,6 +36,12 @@ status_t compileXmlFile(const sp& assets, ResourceTable* table, int options = XML_COMPILE_STANDARD_RESOURCE); +status_t compileXmlFile(const sp& assets, + const sp& target, + const sp& outTarget, + ResourceTable* table, + int options = XML_COMPILE_STANDARD_RESOURCE); + status_t compileXmlFile(const sp& assets, const sp& xmlTree, const sp& target,