commit | d92cd94d812b389c59a9b36b7fb2456bc89a03f6 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Thu Aug 12 18:00:22 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Aug 12 18:00:22 2021 +0000 |
tree | 830d3e092fc84043db5db42863c49eaf0cffa74e | |
parent | aa51f69d7ae8edac15d439a1a73ebe675d05575a [diff] | |
parent | 340e78d0f63af7b8efa7d87f14816e1bd0184c69 [diff] |
Merge "fastbootd: Delete all VAB partitions during "flashall"." into sc-qpr1-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;