summaryrefslogtreecommitdiff
path: root/tools/aapt/Resource.cpp
diff options
context:
space:
mode:
author Narayan Kamath <narayan@google.com> 2014-01-31 13:46:08 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2014-01-31 13:46:08 +0000
commitacda961446f52b555d9c38757a68b5b15d26fd0b (patch)
treef68a7673aafc66d89c1185a0df9b0a7a9d911ed5 /tools/aapt/Resource.cpp
parentca821336bdec3f1931f399e2a38e4171f92069a3 (diff)
parent00b314436f4fdfada4bbf1e79ec12e9fa38aeaf1 (diff)
Merge "Change ResourceType cookies to int32_t."
Diffstat (limited to 'tools/aapt/Resource.cpp')
-rw-r--r--tools/aapt/Resource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt/Resource.cpp b/tools/aapt/Resource.cpp
index 8f43661ceef8..a390e42b46e4 100644
--- a/tools/aapt/Resource.cpp
+++ b/tools/aapt/Resource.cpp
@@ -1320,7 +1320,7 @@ status_t buildResources(Bundle* bundle, const sp<AaptAssets>& assets)
}
// Read resources back in,
- finalResTable.add(resFile->getData(), resFile->getSize(), NULL);
+ finalResTable.add(resFile->getData(), resFile->getSize());
#if 0
NOISY(