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

Commit eb39ea18 authored by Devin Moore's avatar Devin Moore Committed by Gerrit Code Review
Browse files

Merge "Revert "CameraVTS: build with static libhidlbase"" into main

parents b8e15eba 8ac9e1b7
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@ cc_defaults {
    // Lists all dependencies that can *not* be expected on the device.
    static_libs: [
        "VtsHalHidlTestUtils",
        "libhidlbase",
        "libhidl-gen-utils",
    ],

@@ -64,6 +63,7 @@ cc_defaults {
        "libbase",
        // All the following are dependencies of any HAL definition library.
        "libcutils",
        "libhidlbase",
        "liblog",
        "libutils",
    ],
@@ -72,14 +72,6 @@ cc_defaults {
        "-g",
    ],

    target: {
        android: {
            shared_libs: [
                "libvndksupport",
            ],
        },
    },

    require_root: true,
}