sanders: libshims: Set correct header dependency
Signed-off-by: Vaisakh Murali <vaisakhmurali@gmail.com> Change-Id: Idd7c1a26141299eecca716868c571cbc2ef6f6f3
This commit is contained in:
committed by
Jorge Lucas
parent
c4d7564f71
commit
e5ff37f296
@@ -18,6 +18,8 @@ include $(CLEAR_VARS)
|
|||||||
LOCAL_SRC_FILES := libqsap_shim.c
|
LOCAL_SRC_FILES := libqsap_shim.c
|
||||||
LOCAL_SHARED_LIBRARIES := libqsap_sdk liblog libcutils libutils
|
LOCAL_SHARED_LIBRARIES := libqsap_sdk liblog libcutils libutils
|
||||||
LOCAL_C_INCLUDES := $(TOP)/system/qcom/softap/sdk
|
LOCAL_C_INCLUDES := $(TOP)/system/qcom/softap/sdk
|
||||||
|
LOCAL_C_FLAGS := -Wno-error
|
||||||
|
LOCAL_HEADER_LIBRARIES := libutils_headers
|
||||||
LOCAL_MODULE := libqsap_shim
|
LOCAL_MODULE := libqsap_shim
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
LOCAL_PROPRIETARY_MODULE := true
|
LOCAL_PROPRIETARY_MODULE := true
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#include <linux/wireless.h>
|
#include <linux/wireless.h>
|
||||||
|
|
||||||
#include "log/log.h"
|
#include <log/log.h>
|
||||||
|
|
||||||
// Keep in sync with system/qcom/softap/sdk/qsap_api.c
|
// Keep in sync with system/qcom/softap/sdk/qsap_api.c
|
||||||
struct Command qsap_str[eSTR_LAST] = {
|
struct Command qsap_str[eSTR_LAST] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user