wlan:ndc command support.
Copying the softap sdk include files to TARGET obj so its easy for other modules to include them. This is required for system/netd/server/Android.mk file Change-Id: Ia581cf93b1849866e22ea3f93350906bc4fb8c71
This commit is contained in:
parent
e42000db1a
commit
62ada8bd10
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ LOCAL_MODULE_TAGS := optional
|
|||
|
||||
LOCAL_CFLAGS += -DSDK_VERSION=\"0.0.1.0\"
|
||||
|
||||
LOCAL_COPY_HEADERS_TO := sdk/softap/include
|
||||
LOCAL_COPY_HEADERS := qsap_api.h
|
||||
LOCAL_COPY_HEADERS += qsap.h
|
||||
|
||||
ifdef WIFI_DRIVER_MODULE_PATH
|
||||
LOCAL_CFLAGS += -DWIFI_DRIVER_MODULE_PATH=\"$(WIFI_DRIVER_MODULE_PATH)\"
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue