Skip to content

Commit

Permalink
Merge "system/netd TI mac80211: Hostapd updates from omapzoom JB" int…
Browse files Browse the repository at this point in the history
…o jellybean
  • Loading branch information
hyperb1iss authored and Gerrit Code Review committed Aug 17, 2012
2 parents 68f993d + fb3b89f commit 9fa727e
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 2,243 deletions.
8 changes: 3 additions & 5 deletions Android.mk
Expand Up @@ -41,12 +41,10 @@ LOCAL_CFLAGS := -Werror=format
LOCAL_SHARED_LIBRARIES := libstlport libsysutils libcutils libnetutils \
libcrypto libhardware_legacy libmdnssd

ifdef BOARD_SOFTAP_DEVICE_TI
LOCAL_SRC_FILES += SoftapControllerTI.cpp
LOCAL_C_INCLUDES += external/libnl-headers
LOCAL_STATIC_LIBRARIES += libnl_2
ifdef USES_TI_MAC80211
LOCAL_SRC_FILES += SoftapControllerTI.cpp
else
LOCAL_SRC_FILES += SoftapController.cpp
LOCAL_SRC_FILES += SoftapController.cpp
endif


Expand Down

0 comments on commit 9fa727e

Please sign in to comment.