commit | 84b4353790e8087a399a7ac8c3503f0bc2171d95 | [log] [tgz] |
---|---|---|
author | Tri Vo <trong@google.com> | Mon Aug 02 14:57:38 2021 -0700 |
committer | Tri Vo <trong@google.com> | Fri Aug 06 05:38:27 2021 +0000 |
tree | e6c8611351d0924362d0c79f288e347a20fc21a4 | |
parent | 533c2f6d55f3036d21fdddfaa81633e5850848cb [diff] |
trusty: storage: Allow starting without /data mounted Bug: 187105270 Test: m Change-Id: I3735e0752a6e502536000bd3102abda30cbd58fe Merged-In: I3735e0752a6e502536000bd3102abda30cbd58fe
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;