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

Commit aeea8c3d authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge changes from topic "camera-explicit-deps" am: a791090a

parents 22380064 a791090a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,9 +16,9 @@ aidl_interface {
    imports: [
        "android.hardware.common-V2",
        "android.hardware.common.fmq-V1",
        "android.hardware.camera.common",
        "android.hardware.camera.metadata",
        "android.hardware.graphics.common",
        "android.hardware.camera.common-V1",
        "android.hardware.camera.metadata-V1",
        "android.hardware.graphics.common-V4",
    ],
    backend: {
        cpp: {
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@ aidl_interface {
        "android/hardware/camera/provider/*.aidl",
    ],
    imports: [
        "android.hardware.camera.device",
        "android.hardware.camera.common",
        "android.hardware.camera.device-V1",
        "android.hardware.camera.common-V1",
    ],
    stability: "vintf",
    backend: {