Merge "Reminder to freeze keymaster at version "5""

This commit is contained in:
Steven Moreland
2020-05-11 17:46:10 +00:00
committed by Gerrit Code Review

View File

@@ -20,3 +20,12 @@ aidl_interface {
"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",
}