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

Commit fb57d174 authored by Tri Vo's avatar Tri Vo Committed by Automerger Merge Worker
Browse files

Merge "trusty: storage: Allow starting without /data mounted" am: 2b521806 am: f8539b2e

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1784250

Change-Id: Ic06b6e330394a2c318efec80a627b0b07f3eb3fe
parents dfe9a305 f8539b2e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -477,7 +477,6 @@ int storage_init(const char *dirname)
    if (ssdir_fd < 0) {
        ALOGE("failed to open ss root dir \"%s\": %s\n",
               dirname, strerror(errno));
        return -1;
    }
    ssdir_name = dirname;
    return 0;