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

Commit d51dee12 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Stop using `group_static_libs` property"

parents 101c9db5 f0bb5685
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,
}