summaryrefslogtreecommitdiff
path: root/tools/aapt/AaptAssets.cpp
diff options
context:
space:
mode:
author Adam Lesinski <adamlesinski@google.com> 2014-10-23 17:54:46 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2014-10-23 17:54:47 +0000
commit2bf92530ee600088fac4e72d04a1f70debf28d2b (patch)
treeaa85a9e55bbdb0af8b3c8d7853c71fc1a22aa515 /tools/aapt/AaptAssets.cpp
parent68335df6e6134c919f8575aa52e11872642848ad (diff)
parent40e8eefbedcafc51948945647d746daaee092f16 (diff)
Merge "First commit of split-select tool" into lmp-mr1-dev
Diffstat (limited to 'tools/aapt/AaptAssets.cpp')
-rw-r--r--tools/aapt/AaptAssets.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/aapt/AaptAssets.cpp b/tools/aapt/AaptAssets.cpp
index 117fc2435076..b7f64f63fdbc 100644
--- a/tools/aapt/AaptAssets.cpp
+++ b/tools/aapt/AaptAssets.cpp
@@ -1141,9 +1141,10 @@ bail:
ssize_t AaptAssets::slurpFullTree(Bundle* bundle, const String8& srcDir,
const AaptGroupEntry& kind,
const String8& resType,
- sp<FilePathStore>& fullResPaths)
+ sp<FilePathStore>& fullResPaths,
+ const bool overwrite)
{
- ssize_t res = AaptDir::slurpFullTree(bundle, srcDir, kind, resType, fullResPaths);
+ ssize_t res = AaptDir::slurpFullTree(bundle, srcDir, kind, resType, fullResPaths, overwrite);
if (res > 0) {
mGroupEntries.add(kind);
}