From b08709fa63a95e99846c2fe1946ef2ef814175b2 Mon Sep 17 00:00:00 2001 From: Jooyung Han Date: Thu, 13 Oct 2022 12:47:16 +0900 Subject: [PATCH] Add libconnectivity_native The library provides an interface to interface with the ConnectivityNative service, and implement port blocking APIs. Bug: 179733303 Test: atest connectivity_native_test Change-Id: I86018bfeb60d031faee818e5df469f02ebe32707 --- rootdir/etc/linker.config.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rootdir/etc/linker.config.json b/rootdir/etc/linker.config.json index c88c7ff1e..3a98fdbb0 100644 --- a/rootdir/etc/linker.config.json +++ b/rootdir/etc/linker.config.json @@ -27,6 +27,8 @@ // statsd "libstatspull.so", "libstatssocket.so", + // tethering LLNDK + "libcom.android.tethering.connectivity_native.so", // adbd "libadb_pairing_auth.so", "libadb_pairing_connection.so",