sanders: libshims: Set correct header dependency

Signed-off-by: Vaisakh Murali <vaisakhmurali@gmail.com>
Change-Id: Idd7c1a26141299eecca716868c571cbc2ef6f6f3
This commit is contained in:
Vaisakh Murali
2019-04-19 08:39:15 +02:00
committed by Jorge Lucas
parent c4d7564f71
commit e5ff37f296
2 changed files with 3 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := libqsap_shim.c
LOCAL_SHARED_LIBRARIES := libqsap_sdk liblog libcutils libutils
LOCAL_C_INCLUDES := $(TOP)/system/qcom/softap/sdk
LOCAL_C_FLAGS := -Wno-error
LOCAL_HEADER_LIBRARIES := libutils_headers
LOCAL_MODULE := libqsap_shim
LOCAL_MODULE_TAGS := optional
LOCAL_PROPRIETARY_MODULE := true

View File

@@ -9,7 +9,7 @@
#include <sys/ioctl.h>
#include <linux/wireless.h>
#include "log/log.h"
#include <log/log.h>
// Keep in sync with system/qcom/softap/sdk/qsap_api.c
struct Command qsap_str[eSTR_LAST] = {