summaryrefslogtreecommitdiffstats
path: root/tools/aapt/AaptAssets.h
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2009-08-30 13:36:22 -0700
committerJoe Onorato <joeo@android.com>2009-08-30 16:51:29 -0700
commit1553c82e084ac5763fb393857224145506771b99 (patch)
tree10e4b4b4e26f59b81f531dbee5094304caa670cc /tools/aapt/AaptAssets.h
parentb0a054048329c31948c2f5dbcc11b6f99e454177 (diff)
downloadframeworks_base-1553c82e084ac5763fb393857224145506771b99.zip
frameworks_base-1553c82e084ac5763fb393857224145506771b99.tar.gz
frameworks_base-1553c82e084ac5763fb393857224145506771b99.tar.bz2
Add a flag (-G) to aapt to have it output the classes that shouldn't be obfuscated by ProGuard.
Diffstat (limited to 'tools/aapt/AaptAssets.h')
-rw-r--r--tools/aapt/AaptAssets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt/AaptAssets.h b/tools/aapt/AaptAssets.h
index 32efa4e..865efd1 100644
--- a/tools/aapt/AaptAssets.h
+++ b/tools/aapt/AaptAssets.h
@@ -508,6 +508,7 @@ public:
void print() const;
inline const Vector<sp<AaptDir> >& resDirs() { return mDirs; }
+ sp<AaptDir> resDir(const String8& name);
inline sp<AaptAssets> getOverlay() { return mOverlay; }
inline void setOverlay(sp<AaptAssets>& overlay) { mOverlay = overlay; }