X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/604ed8f9f41f26df9f70889b874088c4cea5d36e..5af23dd2f3d4d4c80fb17315eda77864e20b3024:/ResourceTable.h diff --git a/ResourceTable.h b/ResourceTable.h index cfa75a7..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, @@ -425,7 +431,8 @@ public: const SourcePos& pos, const ResTable_config* config = NULL, bool doSetIndex = false, - bool overlay = false); + bool overlay = false, + bool autoAddOverlay = false); const SourcePos& getFirstPublicSourcePos() const { return *mFirstPublicSourcePos; }