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
This commit is contained in:
@@ -95,7 +95,7 @@ genrule {
|
||||
],
|
||||
}
|
||||
|
||||
cc_library_shared {
|
||||
cc_library {
|
||||
name: "libstatslog",
|
||||
host_supported: true,
|
||||
generated_sources: ["statslog.cpp"],
|
||||
|
||||
Reference in New Issue
Block a user