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

Commit 3e5bb6dc authored by Dimitry Ivanov's avatar Dimitry Ivanov Committed by android-build-merger
Browse files

Merge "Revert "Remove liblog from libcutils as a whole static lib""

am: d4446ccc

Change-Id: I6bd8c8756d0318ac5b78395bc3c6fdcee11d2ec0
parents 7e06b193 d4446ccc
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -87,6 +87,12 @@ cc_library {
                "uevent.c",
            ],

            // TODO: remove liblog as whole static library, once we don't have prebuilt that requires
            // liblog symbols present in libcutils.
            whole_static_libs: [
                "liblog",
            ],

            static_libs: ["libdebuggerd_client"],
            export_static_lib_headers: ["libdebuggerd_client"],