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

Commit 8fa3f443 authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am 54e7f53f: Merge "Fix build."

* commit '54e7f53f':
  Fix build.
parents 75d67c6a 54e7f53f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1284,7 +1284,7 @@ public:
    ~ResTable();

    status_t add(Asset* asset, const int32_t cookie, bool copyData,
                 const void* idmap);
                 const void* idmap = NULL);
    status_t add(const void *data, size_t size);
    status_t add(ResTable* src);

@@ -1548,7 +1548,7 @@ public:
    status_t createIdmap(const ResTable& overlay,
            uint32_t targetCrc, uint32_t overlayCrc,
            const char* targetPath, const char* overlayPath,
            void** outData, uint32_t* outSize) const;
            void** outData, size_t* outSize) const;

    enum {
        IDMAP_HEADER_SIZE_BYTES = 3 * sizeof(uint32_t) + 2 * 256,