diff options
author | Elliott Hughes <enh@google.com> | 2015-07-29 14:35:18 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-07-29 14:35:18 -0700 |
commit | 9ec96f97567bc86deebe073d5c828a6477b9a785 (patch) | |
tree | 0a3a9e0f94a3ab665d5cc4865c000094b7703d9c /tools/aapt/CrunchCache.cpp | |
parent | 7d71d88c6d305d6ed19b320944f4ce644db82240 (diff) |
Move frameworks/base/tools/ off AndroidConfig.h.
Change-Id: Ibc7abb67a56945a9618bc91ccdbebe4c806879a5
Diffstat (limited to 'tools/aapt/CrunchCache.cpp')
-rw-r--r-- | tools/aapt/CrunchCache.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt/CrunchCache.cpp b/tools/aapt/CrunchCache.cpp index 6c39d1d7753c..0d574cf127dd 100644 --- a/tools/aapt/CrunchCache.cpp +++ b/tools/aapt/CrunchCache.cpp @@ -5,6 +5,7 @@ // This file defines functions laid out and documented in // CrunchCache.h +#include <utils/Compat.h> #include <utils/Vector.h> #include <utils/String8.h> |