X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/e942a5c223da6fa23d089c77af40241c78213fe2..9a85f8dc1a692abb68293f2586cfc5b35979f92a:/ResourceTable.h diff --git a/ResourceTable.h b/ResourceTable.h index 665232b..ec4331a 100644 --- a/ResourceTable.h +++ b/ResourceTable.h @@ -96,6 +96,7 @@ public: const String16& name, const String16& bagParent, const ResTable_config* params = NULL, + bool overlay = false, bool replace = false, bool isId = false); @@ -417,7 +418,8 @@ public: sp getEntry(const String16& entry, const SourcePos& pos, const ResTable_config* config = NULL, - bool doSetIndex = false); + bool doSetIndex = false, + bool overlay = false); const SourcePos& getFirstPublicSourcePos() const { return *mFirstPublicSourcePos; } @@ -501,6 +503,7 @@ private: const String16& type, const String16& name, const SourcePos& pos, + bool overlay, const ResTable_config* config = NULL, bool doSetIndex = false); sp getEntry(uint32_t resID,