X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/8ec55f9174b7a620ecde564fb29e9e5a1296df01..dfc6828a06b23282f39d4c45e613d33f7e8e646e:/ResourceTable.cpp diff --git a/ResourceTable.cpp b/ResourceTable.cpp index a09b1a6..ef11a83 100644 --- a/ResourceTable.cpp +++ b/ResourceTable.cpp @@ -1225,7 +1225,7 @@ status_t compileResourceFile(Bundle* bundle, // pseudolocalize here block.setPosition(parserPosition); err = parseAndAddEntry(bundle, in, &block, pseudoParams, myPackage, curType, - ident, *curTag, curIsStyled, curFormat, true, false, outTable); + ident, *curTag, curIsStyled, curFormat, true, overwrite, outTable); if (err != NO_ERROR) { hasErrors = localHasErrors = true; }