X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/0150a07c6a9b14de684d129d369ac995f7b3f4b3..483bf9fcbadc82d390fe91ebf23cd9bf898940a5:/AaptAssets.h diff --git a/AaptAssets.h b/AaptAssets.h index a1c7c40..82dfd71 100644 --- a/AaptAssets.h +++ b/AaptAssets.h @@ -560,6 +560,10 @@ public: inline void setFullResPaths(sp& res) { mFullResPaths = res; } + inline sp& getFullAssetPaths() { return mFullAssetPaths; } + inline void + setFullAssetPaths(sp& res) { mFullAssetPaths = res; } + private: String8 mPackage; SortedVector mGroupEntries; @@ -575,6 +579,7 @@ private: KeyedVector >* mRes; sp mFullResPaths; + sp mFullAssetPaths; }; #endif // __AAPT_ASSETS_H