Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c1519c5 authored by Steven Moreland's avatar Steven Moreland
Browse files

Reminder to freeze keymaster at version "5"

Fixes: 155808722
Test: freeze-api produces error
Change-Id: I0b6d41a129f1a8cb064c394c73a3a70a6f2abc32
parent 75bea4b6
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -17,3 +17,12 @@ aidl_interface {
    },
    versions: ["1"],
}

// 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",
}