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

Commit 250f1760 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['android-review.googlesource.com/3177740'] into 24Q3-release.

Change-Id: I9f8a641105d9d74ea93c9886c5153d8286f34861
parents c6a9ae93 09c1cfea
Loading
Loading
Loading
Loading
+9 −0
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",
    ],

@@ -72,6 +73,14 @@ cc_defaults {
        "-g",
    ],

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

    require_root: true,
}