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

Commit eefadf77 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Stop using `group_static_libs` property" am: d51dee12

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1814298

Change-Id: I409d4873ba3b7247a2555ff091d1f804c2efe7b0
parents 80284f91 d51dee12
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -58,8 +58,6 @@ cc_defaults {
        "libhidl_gtest_helper",
    ],

    group_static_libs: true,

    // Lists all system dependencies that can be expected on the device.
    shared_libs: [
        "libbase",
+0 −1
Original line number Diff line number Diff line
@@ -34,5 +34,4 @@ cc_library_static {
        "-Wextra",
        "-Werror",
    ],
    group_static_libs: true,
}