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

Commit 067901ea authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge changes from topic "b188871598-security"

* changes:
  neuralnetworks: use versions for imports
  .graphics.common: use versions for imports
  keymint: use versions for imports
parents d51dee12 15a92dad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ aidl_interface {
    ],
    stability: "vintf",
    imports: [
        "android.hardware.common",
        "android.hardware.common-V2",
    ],
    backend: {
        java: {
+2 −2
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@ aidl_interface {
    ],
    stability: "vintf",
    imports: [
        "android.hardware.common",
        "android.hardware.graphics.common",
        "android.hardware.common-V2",
        "android.hardware.graphics.common-V2",
    ],
    backend: {
        java: {
+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: {