Merge "trusty: storage: Allow starting without /data mounted" into sc-dev

This commit is contained in:
Tri Vo 2021-08-11 16:02:35 +00:00 committed by Android (Google) Code Review
commit c87ea84d20

View file

@ -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;