Merge files

This commit is contained in:
topjohnwu
2023-08-08 00:57:58 -07:00
parent 0f5963f231
commit f924ffcbf3
3 changed files with 52 additions and 56 deletions
+1 -3
View File
@@ -5,8 +5,7 @@ pub use base;
use cpio::cpio_commands;
use patch::{hexpatch, patch_encryption, patch_verity};
use payload::extract_boot_from_payload;
use sha::{get_sha, sha1_hash, sha256_hash, SHA};
use sign::{sign_boot_image, verify_boot_image};
use sign::{get_sha, sha1_hash, sha256_hash, sign_boot_image, verify_boot_image, SHA};
mod cpio;
mod patch;
@@ -15,7 +14,6 @@ mod payload;
#[allow(warnings)]
mod proto;
mod ramdisk;
mod sha;
mod sign;
#[cxx::bridge]