diff options
| author | 2014-01-31 13:46:08 +0000 | |
|---|---|---|
| committer | 2014-01-31 13:46:08 +0000 | |
| commit | acda961446f52b555d9c38757a68b5b15d26fd0b (patch) | |
| tree | f68a7673aafc66d89c1185a0df9b0a7a9d911ed5 /tools/aapt/Resource.cpp | |
| parent | ca821336bdec3f1931f399e2a38e4171f92069a3 (diff) | |
| parent | 00b314436f4fdfada4bbf1e79ec12e9fa38aeaf1 (diff) | |
Merge "Change ResourceType cookies to int32_t."
Diffstat (limited to 'tools/aapt/Resource.cpp')
| -rw-r--r-- | tools/aapt/Resource.cpp | 2 |
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( |