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

Commit 132900f4 authored by Marc Kassis's avatar Marc Kassis
Browse files

graphics.common V3 -> V4

Bug: 251177105
Test: m
Change-Id: I1cb84ec85f98789d0737207a1661b39a25538c96
Merged-In: I1cb84ec85f98789d0737207a1661b39a25538c96
Merged-In: I2e1561f4ccb59a2a833af9a7afd07840ab2ebfa4
parent 8333cda8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ aidl_interface {
    stability: "vintf",
    imports: [
        "android.hardware.common-V2",
        "android.hardware.graphics.common-V3",
        "android.hardware.graphics.common-V4",
    ],
    backend: {
        java: {
@@ -53,7 +53,7 @@ aidl_interface {
            version: "1",
            imports: [
                "android.hardware.common-V2",
                "android.hardware.graphics.common-V3",
                "android.hardware.graphics.common-V4",
            ],
        },
    ],
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ cc_defaults {
    static_libs: [
        "android.hardware.automotive.evs-V1-ndk",
        "android.hardware.common-V2-ndk",
        "android.hardware.graphics.common-V3-ndk",
        "android.hardware.graphics.common-V4-ndk",
    ],
    shared_libs: [
        "libbase",
+4 −5
Original line number Diff line number Diff line
@@ -24,8 +24,7 @@ package{
}

cc_test {
name:
    "VtsHalEvsTargetTest",
    name: "VtsHalEvsTargetTest",
    srcs: [
        "*.cpp",
    ],
@@ -43,7 +42,7 @@ name:
        "android.hardware.automotive.evs@common-default-lib",
        "android.hardware.automotive.evs-V1-ndk",
        "android.hardware.common-V2-ndk",
        "android.hardware.graphics.common-V3-ndk",
        "android.hardware.graphics.common-V4-ndk",
        "libaidlcommonsupport",
    ],
    test_suites: [
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ aidl_interface {
                "android.hardware.common.fmq-V1",
                "android.hardware.camera.common-V1",
                "android.hardware.camera.metadata-V1",
                "android.hardware.graphics.common-V3",
                "android.hardware.graphics.common-V4",
            ],
        },
    ],
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ cc_test {
        "android.hardware.camera.device-V1-ndk",
        "android.hardware.camera.metadata-V1-ndk",
        "android.hardware.camera.provider-V1-ndk",
        "android.hardware.graphics.common-V3-ndk",
        "android.hardware.graphics.common-V4-ndk",
        "android.hidl.allocator@1.0",
        "libgrallocusage",
        "libhidlmemory",
Loading