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

Commit b7de2194 authored by Xavier Ducrohet's avatar Xavier Ducrohet
Browse files

resolved conflicts for merge of c71c678e to master

Change-Id: I9e1a6a1151af00f0a13e2010776276b240e0ac3a
parents e45113a1 c71c678e
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -1852,7 +1852,13 @@ int doSingleCrunch(Bundle* bundle)

    String8 input(bundle->getSingleCrunchInputFile());
    String8 output(bundle->getSingleCrunchOutputFile());
    return preProcessImageToCache(bundle, input, output);

    if (preProcessImageToCache(bundle, input, output) != NO_ERROR) {
        // we can't return the status_t as it gets truncate to the lower 8 bits.
        return 42;
    }

    return NO_ERROR;
}

char CONSOLE_DATA[2925] = {