resetprop: replace nanopb with quick-protobuf for persist

This commit is contained in:
LoveSy
2023-06-23 20:37:06 +08:00
committed by John Wu
parent 7826d7527f
commit 8d81bd0e33
17 changed files with 330 additions and 305 deletions

View File

@@ -171,7 +171,7 @@ fn do_extract_boot_from_payload(
if !ffi::decompress(data, out_file.as_raw_fd()) {
return Err(bad_payload!("decompression failed"));
}
}
},
_ => return Err(bad_payload!("unsupported operation type")),
};
}