OSDN Git Service

[adbwifi] Add adbd apex exported libs to system namespace.
authorJoshua Duong <joshuaduong@google.com>
Mon, 10 Feb 2020 06:28:01 +0000 (22:28 -0800)
committerJoshua Duong <joshuaduong@google.com>
Fri, 21 Feb 2020 02:54:43 +0000 (18:54 -0800)
commitc25b0c5ecb37130f14edd599e4ca6e36fd576718
tree8f764f7726233052577d73b6f63b19405c1cc80f
parent52120b489b2e09fc0f6e746871c4233bd6ce0f70
[adbwifi] Add adbd apex exported libs to system namespace.

These libraries will be used by system_server
(libandroid_servers.so).

Bug: b/149181583
Bug: b/111434128

Test: boots, adbd is not crashing.
Test: cat /proc/`pidof system_server`/maps | grep libadb
Verify that only libadb_pairing_auth.so, libadb_pairing_connection.so,
and libadb_pairing_server.so are being used.
Test: cat /proc/`pidof adbd`/maps | grep libadb
Change-Id: I8b645c9aca2465d5231b3cb21ca85fc3ebfc9093
contents/namespace/apexplatform.cc
contents/namespace/systemdefault.cc