summaryrefslogtreecommitdiff
path: root/tools/aapt/CrunchCache.cpp
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2014-09-30 20:55:57 -0700
committerAndreas Gampe <agampe@google.com>2014-10-01 16:18:06 -0700
commit2412f84064c26b643c722ce914a97c4ec7776c69 (patch)
tree978c6b2e82fceee9153ffe612cfbb67e4b1b8c57 /tools/aapt/CrunchCache.cpp
parentc46dbe8ac4748a0084b026524ad9e5ac44fb9fde (diff)
Frameworks/base: Fix AAPT warnings
Turn on -Wall -Werror. Fix warnings. Change-Id: I287fb3c1e851c654479bcf9ea8c73bd354a6b2a1
Diffstat (limited to 'tools/aapt/CrunchCache.cpp')
-rw-r--r--tools/aapt/CrunchCache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/CrunchCache.cpp b/tools/aapt/CrunchCache.cpp
index c4cf6bc8494f..6c39d1d7753c 100644
--- a/tools/aapt/CrunchCache.cpp
+++ b/tools/aapt/CrunchCache.cpp
@@ -101,4 +101,4 @@ bool CrunchCache::needsUpdating(String8 relativePath) const
time_t sourceDate = mSourceFiles.valueFor(mSourcePath.appendPathCopy(relativePath));
time_t destDate = mDestFiles.valueFor(mDestPath.appendPathCopy(relativePath));
return sourceDate > destDate;
-} \ No newline at end of file
+}