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:
Treehugger Robot 2020-08-14 02:18:17 +00:00 committed by Automerger Merge Worker
commit 662bfceef1
3 changed files with 2979 additions and 0 deletions

View file

@ -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",
],
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff