OSDN Git Service

Update linkerConfig for libstatspull
authorJeffrey Huang <jeffreyhuang@google.com>
Tue, 11 Feb 2020 22:47:02 +0000 (14:47 -0800)
committerTej Singh <singhtejinder@google.com>
Wed, 12 Feb 2020 02:57:56 +0000 (18:57 -0800)
Bug: 145922701
Test: m -j and phone boots
Change-Id: I10c0b14910375dec419677883dc197e8eda1e052

contents/namespace/apexplatform.cc
contents/namespace/systemdefault.cc

index b13476b..2594729 100644 (file)
@@ -43,6 +43,8 @@ std::vector<std::string> required_libs = {
     "libnativeloader.so",
     // TODO(b/122876336): Remove libpac.so once it's migrated to Webview
     "libpac.so",
+    // statsd
+    "libstatspull.so",
 };
 }  // namespace
 
index 9e8d091..c447a9f 100644 (file)
@@ -120,6 +120,8 @@ Namespace BuildSystemDefaultNamespace([[maybe_unused]] const Context& ctx) {
       "libnetd_resolv.so",
       // nn
       "libneuralnetworks.so",
+      // statsd
+      "libstatspull.so",
   });
 
   ns.AddProvides(GetSystemStubLibraries());