summaryrefslogtreecommitdiffstats
path: root/libwifi_system
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
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')
-rw-r--r--libwifi_system/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libwifi_system/Android.bp b/libwifi_system/Android.bp
index 877d05f1d..f5ea184f3 100644
--- a/libwifi_system/Android.bp
+++ b/libwifi_system/Android.bp
@@ -29,7 +29,7 @@ cc_defaults {
// Device independent wifi system logic.
// ============================================================
-cc_library_shared {
+cc_library {
name: "libwifi-system",
defaults: ["libwifi-system-defaults"],
export_include_dirs: ["include"],