X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/eca7446ff64d08be71464cef5ea990ca0ef03251..9cf1eae99dfeb475960ee74d8f010def438769a3:/ResourceTable.h diff --git a/ResourceTable.h b/ResourceTable.h index 20865ea..ec4331a 100644 --- a/ResourceTable.h +++ b/ResourceTable.h @@ -418,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; } @@ -502,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,