platform_hardware_interfaces/keymaster/aidl/Android.bp
2020-05-11 17:46:10 +00:00

31 lines
675 B
Text

aidl_interface {
name: "android.hardware.keymaster",
vendor_available: true,
srcs: [
"android/hardware/keymaster/*.aidl",
],
stability: "vintf",
backend: {
java: {
platform_apis: true,
},
ndk: {
vndk: {
enabled: true,
},
},
},
versions: [
"1",
"2",
],
}
// This is a reminder that the next version of keymaster should be frozen at
// version "5" to avoid confusion with other versions of this interface.
cc_library {
name: "android.hardware.keymaster-V3-java",
}
cc_library {
name: "android.hardware.keymaster-V4-java",
}