Files
hardware_interfaces/security/keymint/aidl/Android.bp
Shawn Willden 08a7e43e78 Revert^2 "Move keymint to android.hardware.security."
1ffcdebadd

Bug: 175345910
Bug: 171429297
Exempt-From-Owner-Approval: re-landing topic with no changes in this CL.
Change-Id: I691cad252f188b54a8076589d9955774d74d4729
2020-12-11 20:36:59 +00:00

22 lines
427 B
Plaintext

aidl_interface {
name: "android.hardware.security.keymint",
vendor_available: true,
srcs: [
"android/hardware/security/keymint/*.aidl",
],
stability: "vintf",
backend: {
java: {
sdk_version: "module_current",
},
ndk: {
vndk: {
enabled: true,
},
},
rust: {
enabled: true,
},
},
}