diff options
author | Adam Lesinski <adamlesinski@google.com> | 2014-11-03 18:03:53 -0800 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2014-11-03 18:06:22 -0800 |
commit | 3fd340028fc24198edb23ddf5eb5a0a100bab745 (patch) | |
tree | 489ffeed9998280d7402b74ed78bcc61d6cd8872 /tools/aapt/CacheUpdater.h | |
parent | 7fd12db350a341eb7a50759aa329be5281556928 (diff) | |
parent | 78be0498af2b7d5b6855701ef316f488e2de6f14 (diff) |
Merge commit '78be0498' into manualmerge
Conflicts:
libs/androidfw/ResourceTypes.cpp
tools/aapt/Android.mk
tools/aapt/StringPool.cpp
tools/aapt/StringPool.h
Change-Id: I9d69efdfb892032895ace12159d193304f02dc6c
Diffstat (limited to 'tools/aapt/CacheUpdater.h')
-rw-r--r-- | tools/aapt/CacheUpdater.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/aapt/CacheUpdater.h b/tools/aapt/CacheUpdater.h index cacab036f649..7ddc826e1224 100644 --- a/tools/aapt/CacheUpdater.h +++ b/tools/aapt/CacheUpdater.h @@ -30,6 +30,8 @@ using namespace android; */ class CacheUpdater { public: + virtual ~CacheUpdater() {} + // Make sure all the directories along this path exist virtual void ensureDirectoriesExist(String8 path) = 0; |