Merge "Add generated form AIDL interface sources." am: eacdd0e75b
Original change: https://android-review.googlesource.com/c/platform/system/security/+/1393852 Change-Id: I238a392df84b7c2b1bf3e24f40e03fe96faf0891
This commit is contained in:
commit
662bfceef1
3 changed files with 2979 additions and 0 deletions
|
@ -55,3 +55,32 @@ rust_library {
|
|||
|
||||
srcs: ["src/aidl_generated.rs"],
|
||||
}
|
||||
|
||||
// This is a placeholder for the libraries that will be generated from the AIDL specs
|
||||
// eventually.
|
||||
rust_library {
|
||||
name: "libandroid_hardware_keymint",
|
||||
crate_name: "android_hardware_keymint",
|
||||
|
||||
srcs: ["src/android_hardware_keymint.rs"],
|
||||
|
||||
rustlibs: [
|
||||
"libbinder_rs",
|
||||
"liblazy_static",
|
||||
],
|
||||
}
|
||||
|
||||
// This is a placeholder for the libraries that will be generated from the AIDL specs
|
||||
// eventually.
|
||||
rust_library {
|
||||
name: "libandroid_security_keystore2",
|
||||
crate_name: "android_security_keystore2",
|
||||
|
||||
srcs: ["src/android_security_keystore2.rs"],
|
||||
|
||||
rustlibs: [
|
||||
"libandroid_hardware_keymint",
|
||||
"libbinder_rs",
|
||||
"liblazy_static",
|
||||
],
|
||||
}
|
||||
|
|
1639
keystore2/src/android_hardware_keymint.rs
Normal file
1639
keystore2/src/android_hardware_keymint.rs
Normal file
File diff suppressed because it is too large
Load diff
1311
keystore2/src/android_security_keystore2.rs
Normal file
1311
keystore2/src/android_security_keystore2.rs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue