commit | c87ea84d206a16e7ab7b5593c124e0cced288c31 | [log] [tgz] |
---|---|---|
author | Tri Vo <trong@google.com> | Wed Aug 11 16:02:35 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Aug 11 16:02:35 2021 +0000 |
tree | e6c8611351d0924362d0c79f288e347a20fc21a4 | |
parent | bbedda71e197a292067528b66df09947399db242 [diff] | |
parent | 84b4353790e8087a399a7ac8c3503f0bc2171d95 [diff] |
Merge "trusty: storage: Allow starting without /data mounted" into sc-dev
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;