mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-07 08:12:38 +00:00
resetprop: replace nanopb with quick-protobuf for persist
This commit is contained in:
@@ -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")),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user