summaryrefslogtreecommitdiffstats
path: root/service/Android.mk
diff options
context:
space:
mode:
authorChristopher Wiley <wiley@google.com>2016-06-15 13:04:47 -0700
committerChristopher Wiley <wiley@google.com>2016-06-15 15:23:53 -0700
commit94a1844242a3725d9314f2e2dbcdf0ab58b0f1c1 (patch)
tree06d86963d68097bc0c1bb6eebe8a8a563decce9f /service/Android.mk
parent6ce93571aaab3f258789fcb9bb2c667d0c2e0bd5 (diff)
downloadandroid_frameworks_opt_net_wifi-94a1844242a3725d9314f2e2dbcdf0ab58b0f1c1.tar.gz
android_frameworks_opt_net_wifi-94a1844242a3725d9314f2e2dbcdf0ab58b0f1c1.tar.bz2
android_frameworks_opt_net_wifi-94a1844242a3725d9314f2e2dbcdf0ab58b0f1c1.zip
Move wifi.c to libwifi-system
This library will eventually contain only device independent wifi related code. For now, it still takes a few parameters from the build system to control #defines in a device specific way. Bug: 29321445 Change-Id: I6d0054a15b0e448019bb51728763d961132c5464 Test: Compiles, can associate to APs on bullhead, angler
Diffstat (limited to 'service/Android.mk')
-rw-r--r--service/Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/service/Android.mk b/service/Android.mk
index 827d38cdd..9b3ed1d17 100644
--- a/service/Android.mk
+++ b/service/Android.mk
@@ -80,7 +80,7 @@ endif
# ============================================================
include $(CLEAR_VARS)
-LOCAL_REQUIRED_MODULES := libhardware_legacy
+LOCAL_REQUIRED_MODULES := libwifi-system
LOCAL_CFLAGS += -Wall -Werror -Wextra -Wno-unused-parameter -Wno-unused-function \
-Wunused-variable -Winit-self -Wwrite-strings -Wshadow
@@ -97,9 +97,9 @@ LOCAL_SHARED_LIBRARIES += \
libcutils \
libutils \
libhardware \
- libhardware_legacy \
libnl \
- libdl
+ libdl \
+ libwifi-system
LOCAL_STATIC_LIBRARIES += libwifi-hal-stub
LOCAL_STATIC_LIBRARIES += $(LIB_WIFI_HAL)