wifi: Remove passthrough mode
am: 23f9f30344
Change-Id: I54fe1971eb19c9e8e756f001424d28fe72189f0c
This commit is contained in:
commit
23baa7c2a8
1 changed files with 2 additions and 21 deletions
|
@ -14,10 +14,11 @@
|
||||||
LOCAL_PATH := $(call my-dir)
|
LOCAL_PATH := $(call my-dir)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
LOCAL_MODULE := android.hardware.wifi@1.0-impl
|
LOCAL_MODULE := android.hardware.wifi@1.0-service
|
||||||
LOCAL_MODULE_RELATIVE_PATH := hw
|
LOCAL_MODULE_RELATIVE_PATH := hw
|
||||||
LOCAL_CPPFLAGS := -std=c++11 -Wall -Wno-unused-parameter -Werror -Wextra
|
LOCAL_CPPFLAGS := -std=c++11 -Wall -Wno-unused-parameter -Werror -Wextra
|
||||||
LOCAL_SRC_FILES := \
|
LOCAL_SRC_FILES := \
|
||||||
|
service.cpp \
|
||||||
wifi.cpp \
|
wifi.cpp \
|
||||||
wifi_ap_iface.cpp \
|
wifi_ap_iface.cpp \
|
||||||
wifi_chip.cpp \
|
wifi_chip.cpp \
|
||||||
|
@ -38,25 +39,5 @@ LOCAL_SHARED_LIBRARIES := \
|
||||||
libutils \
|
libutils \
|
||||||
libwifi-system
|
libwifi-system
|
||||||
LOCAL_WHOLE_STATIC_LIBRARIES := $(LIB_WIFI_HAL)
|
LOCAL_WHOLE_STATIC_LIBRARIES := $(LIB_WIFI_HAL)
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
|
||||||
LOCAL_MODULE := android.hardware.wifi@1.0-service
|
|
||||||
LOCAL_MODULE_RELATIVE_PATH := hw
|
|
||||||
LOCAL_CPPFLAGS := -std=c++11 -Wall -Wno-unused-parameter -Werror -Wextra
|
|
||||||
LOCAL_SRC_FILES := \
|
|
||||||
service.cpp
|
|
||||||
LOCAL_SHARED_LIBRARIES := \
|
|
||||||
android.hardware.wifi@1.0 \
|
|
||||||
android.hardware.wifi@1.0-impl \
|
|
||||||
libbase \
|
|
||||||
libcutils \
|
|
||||||
libhidl \
|
|
||||||
libhwbinder \
|
|
||||||
liblog \
|
|
||||||
libnl \
|
|
||||||
libutils \
|
|
||||||
libwifi-system
|
|
||||||
LOCAL_WHOLE_STATIC_LIBRARIES := $(LIB_WIFI_HAL)
|
|
||||||
LOCAL_INIT_RC := android.hardware.wifi@1.0-service.rc
|
LOCAL_INIT_RC := android.hardware.wifi@1.0-service.rc
|
||||||
include $(BUILD_EXECUTABLE)
|
include $(BUILD_EXECUTABLE)
|
||||||
|
|
Loading…
Reference in a new issue