summaryrefslogtreecommitdiffstats
path: root/libwifi_system_iface
diff options
context:
space:
mode:
authorTri Vo <trong@google.com>2017-08-04 10:26:48 -0700
committerTri Vo <trong@google.com>2017-08-04 10:26:51 -0700
commitf43cfab2d14bef5fc55a79b80e612e5d615541b1 (patch)
treeccfb28c0287d22ae6a9b99fea584445f2ecb2d6f /libwifi_system_iface
parentd8cab05bd605e4255dd6f77293329fbeb65b3249 (diff)
downloadandroid_frameworks_opt_net_wifi-f43cfab2d14bef5fc55a79b80e612e5d615541b1.tar.gz
android_frameworks_opt_net_wifi-f43cfab2d14bef5fc55a79b80e612e5d615541b1.tar.bz2
android_frameworks_opt_net_wifi-f43cfab2d14bef5fc55a79b80e612e5d615541b1.zip
Use cc_library for libwifi_system[_iface].
Both static and shared versions are now available. These libs are dependencies of VtsHalWifiSupplicantV1_0TargetTest, but are not guaranteed to be on the device. So the static versions are needed for testing. Bug: 64040096 Test: compiles Change-Id: Ia1e551f5a90bfe8f06c245c4102be375de8f3f26
Diffstat (limited to 'libwifi_system_iface')
-rw-r--r--libwifi_system_iface/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libwifi_system_iface/Android.bp b/libwifi_system_iface/Android.bp
index 88c3d6211..80249ef3c 100644
--- a/libwifi_system_iface/Android.bp
+++ b/libwifi_system_iface/Android.bp
@@ -26,7 +26,7 @@ wifi_system_iface_cflags = [
// Device independent wifi system logic.
// ============================================================
-cc_library_shared {
+cc_library {
name: "libwifi-system-iface",
vendor_available: true,
vndk: {