From 929c0d1d2abb1df2c9997c60da7941d6c44cdb2d Mon Sep 17 00:00:00 2001 From: Logan Chien Date: Fri, 21 Apr 2017 11:28:41 +0800 Subject: Split InterfaceTool from libwifi-system.so This commit extracts InterfaceTool from libwifi-system.so into a new library named libwifi-system-iface.so. libwifi-system-iface.so will be vendor_available because it will be used by both wificond and android.hardware.wifi@1.0-service. Bug: 37429084 Test: Sailfish builds, boots, and wifi works. Change-Id: Iad93c6d258507df3bbb97228814ff5ce5cc2a2f9 --- Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index 60aff26de..ca791257a 100644 --- a/Android.bp +++ b/Android.bp @@ -14,4 +14,5 @@ subdirs = [ "libwifi_system", + "libwifi_system_iface", ] -- cgit v1.2.3