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

Commit d4dabe9a authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4525198 from 04e5fde3 to pi-release

Change-Id: If6e60ca12ef63cf6e71e8b343f6fcfd02a8824cf
parents 29c39f6c 04e5fde3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -416,6 +416,7 @@ on post-fs-data
    mkdir /data/misc/sms 0770 system radio
    mkdir /data/misc/carrierid 0770 system radio
    mkdir /data/misc/zoneinfo 0775 system system
    mkdir /data/misc/network_watchlist 0774 system system
    mkdir /data/misc/textclassifier 0771 system system
    mkdir /data/misc/vpn 0770 system vpn
    mkdir /data/misc/shared_relro 0771 shared_relro shared_relro
+1 −1
Original line number Diff line number Diff line
@@ -379,7 +379,7 @@ int storage_file_read(struct storage_msg *msg,
    }

    if (req->size > MAX_READ_SIZE) {
        ALOGW("%s: request is too large (%zd > %zd) - refusing\n",
        ALOGW("%s: request is too large (%u > %d) - refusing\n",
              __func__, req->size, MAX_READ_SIZE);
        msg->result = STORAGE_ERR_NOT_VALID;
        goto err_response;