commit | 2b521806030caed5d893e35c002be5d810114d2e | [log] [tgz] |
---|---|---|
author | Tri Vo <trong@google.com> | Fri Aug 06 05:29:45 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Aug 06 05:29:45 2021 +0000 |
tree | 4782556e31eec9a768345c5bda6e77923fb03d80 | |
parent | 155684c2bfe5b6d95ddffca8960768f834b2f35d [diff] | |
parent | 91e475068d7f9b69d2cee70de405b69cb6588efe [diff] |
Merge "trusty: storage: Allow starting without /data mounted"
diff --git a/trusty/storage/proxy/storage.c b/trusty/storage/proxy/storage.c index 5b83e21..2fde30f 100644 --- a/trusty/storage/proxy/storage.c +++ b/trusty/storage/proxy/storage.c
@@ -477,7 +477,6 @@ if (ssdir_fd < 0) { ALOGE("failed to open ss root dir \"%s\": %s\n", dirname, strerror(errno)); - return -1; } ssdir_name = dirname; return 0;