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

Commit 000068d6 authored by Steven Moreland's avatar Steven Moreland
Browse files

specify import version (camera)

Required to automate AIDL finalization - makes errors show up
now instead of later.

Bug: 188871598
Test: build
Change-Id: Ia38678a7dbc0abc0c0d19fa0794f0f80b2638156
Merged-In: I382dea5d13582817959001246240141e83d8172d
parent 945c90f7
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: {