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

Commit b7a731f2 authored by Rafael Perez Torres's avatar Rafael Perez Torres
Browse files

Add min_sdk_version to 3 aidl interfaces

- Add min_sdk_version to keymint, rpc, and secureclock aidl interfaces

Bug: 399567205
Test: mm, treehugger
Change-Id: I6c44626fea9588b2bdad5df2bc67d57d0a57429b
parent b67c28b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ aidl_interface {
        },

    ],

    min_sdk_version: "35",
}

// An aidl_interface_defaults that includes the latest KeyMint AIDL interface.
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ aidl_interface {
                "//apex_available:platform",
                "com.android.virt",
            ],
            min_sdk_version: "35",
        },
    },
    versions_with_info: [
+1 −0
Original line number Diff line number Diff line
@@ -28,4 +28,5 @@ aidl_interface {
        },
    },
    versions: ["1"],
    min_sdk_version: "35",
}