Snap for 5147358 from 16e4bc05f9 to qt-release
Change-Id: I0c475a57aa9bca3e650fbbb30e0bf3c117cdf7df
This commit is contained in:
+1
-1
@@ -300,7 +300,7 @@ static int produce_block_map(const char* path, const char* map_file, const char*
|
||||
int head_block = 0;
|
||||
int head = 0, tail = 0;
|
||||
|
||||
android::base::unique_fd fd(open(path, O_RDONLY));
|
||||
android::base::unique_fd fd(open(path, O_RDWR));
|
||||
if (fd == -1) {
|
||||
PLOG(ERROR) << "failed to open " << path << " for reading";
|
||||
return kUncryptFileOpenError;
|
||||
|
||||
Reference in New Issue
Block a user