Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbb0213d authored by Adam Lesinski's avatar Adam Lesinski Committed by Baligh Uddin
Browse files

DO NOT MERGE - Creating an empty package should be succesfull

Bug: 15473436
Change-Id: I788deb21a1298281c508429bab635aa713803984
(cherry picked from commit 807efa884ba01e0213667000a21908bfb04e8624)
parent 465c5de4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3221,7 +3221,7 @@ status_t ResTable::addEmpty(const int32_t cookie) {

    header->header = (const ResTable_header*) resHeader;
    mHeaders.add(header);
    return NO_ERROR;
    return (mError=NO_ERROR);
}

status_t ResTable::addInternal(const void* data, size_t size, const int32_t cookie,