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

Commit 6bbc91b3 authored by Mitch Phillips's avatar Mitch Phillips
Browse files

Make libstatslog static-linkage compatible.

libstatslog is a blocker for some fuzzing. Our continuous fuzzing
infrastructure requires a statically-linked binary, and things depend on
libstatslog down the chain. We should allow libstatslog to be linked
statically.

Bug: N/A
Test: m libstatslog
Change-Id: Ic742a90daf6cbb5d197784416626256bfb6182b7
parent 4ef2551d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ genrule {
    ],
}

cc_library_shared {
cc_library {
    name: "libstatslog",
    host_supported: true,
    generated_sources: ["statslog.cpp"],