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

Commit 82805fe0 authored by Emilian Peev's avatar Emilian Peev Committed by Automerger Merge Worker
Browse files

CameraVTS: build with static libhidlbase am: ca683988

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

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

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

    require_root: true,
}