]> git.saurik.com Git - android/aapt.git/blobdiff - AaptAssets.h
Add generation of dependency file for .ap_ package
[android/aapt.git] / AaptAssets.h
index cdde5adc77aa5b2e91a04f1d5c38d440c8eb508c..9fafab452acdc97770159174533ef31e2c76e326 100644 (file)
@@ -550,6 +550,10 @@ public:
     inline void
         setFullResPaths(sp<FilePathStore>& res) { mFullResPaths = res; }
 
+    inline sp<FilePathStore>& getFullAssetPaths() { return mFullAssetPaths; }
+    inline void
+        setFullAssetPaths(sp<FilePathStore>& res) { mFullAssetPaths = res; }
+
 private:
     String8 mPackage;
     SortedVector<AaptGroupEntry> mGroupEntries;
@@ -565,6 +569,7 @@ private:
     KeyedVector<String8, sp<ResourceTypeSet> >* mRes;
 
     sp<FilePathStore> mFullResPaths;
+    sp<FilePathStore> mFullAssetPaths;
 };
 
 #endif // __AAPT_ASSETS_H