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

Commit f4562215 authored by Steven Moreland's avatar Steven Moreland
Browse files

keymint: use versions for imports

This makes sure that when developers add a new version of an interface,
or when interfaces are being frozen, the runtime/buildtime situation of
clients depending on those interfaces remains the same. This is required
for AIDL to continue working at scale.

Bug: 188871598
Test: build
Change-Id: I358c19c91e8b20d47967aa3b26a8aa5dd6a97ab6
parent 994a3856
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ aidl_interface {
        "android/hardware/security/keymint/*.aidl",
    ],
    imports: [
        "android.hardware.security.secureclock",
        "android.hardware.security.secureclock-V1",
    ],
    stability: "vintf",
    backend: {