Merge "[adbwifi] Add adbd apex exported libs to system namespace." am: c005be7589 am: 6140ec2c59 am: d62ab54b6e

Change-Id: Iff0c1c60a3f70dca0fec7d0dcb2060a22f8c4010
diff --git a/contents/namespace/apexplatform.cc b/contents/namespace/apexplatform.cc
index 9e315f9..4d78bc5 100644
--- a/contents/namespace/apexplatform.cc
+++ b/contents/namespace/apexplatform.cc
@@ -46,6 +46,10 @@
     // statsd
     "libstatspull.so",
     "libstatssocket.so",
+    // adbd
+    "libadb_pairing_auth.so",
+    "libadb_pairing_connection.so",
+    "libadb_pairing_server.so",
 };
 }  // namespace
 
diff --git a/contents/namespace/systemdefault.cc b/contents/namespace/systemdefault.cc
index 37a5ea3..a9bfdb1 100644
--- a/contents/namespace/systemdefault.cc
+++ b/contents/namespace/systemdefault.cc
@@ -123,6 +123,10 @@
       // statsd
       "libstatspull.so",
       "libstatssocket.so",
+      // adbd
+      "libadb_pairing_auth.so",
+      "libadb_pairing_connection.so",
+      "libadb_pairing_server.so",
   });
 
   ns.AddProvides(GetSystemStubLibraries());