qsap: add functions for calling FST manager start/stop
FST manager start/stop need to be done in sync with start/stop of softAP controller. To support such functionality, added general functions that can be used pre and post softAP start/stop operations. Change-Id: Ic2dd119b1fbfbf88b7b39000c1633792c8a628c2 CRs-Fixed: 1014736
This commit is contained in:
@@ -4,7 +4,7 @@ LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_C_INCLUDES :=
|
||||
LOCAL_C_INCLUDES := $(TOP)/hardware/libhardware_legacy/wifi
|
||||
|
||||
LOCAL_MODULE:= libqsap_sdk
|
||||
|
||||
@@ -61,7 +61,7 @@ LOCAL_SRC_FILES := qsap_api.c \
|
||||
|
||||
LOCAL_PRELINK_MODULE := false
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := libnetutils libutils libbinder libcutils
|
||||
LOCAL_SHARED_LIBRARIES := libnetutils libutils libbinder libcutils libhardware_legacy
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user