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

Commit 6a452917 authored by John Reck's avatar John Reck
Browse files

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

This reverts commit 595c1480.

Revert reason: broke bullhead-eng build in master

Change-Id: Ie64fc31c3c971366ab9f2543b91b8f5d2040868b
parent 595c1480
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"],