sanders: qsap_shim: Fix for VNDK_VERSION=current
Change-Id: I8e5ec3068914e085d4adac178a47421a1c515a89 Signed-off-by: Erfan Abdi <erfangplus@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@ LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_SRC_FILES := libqsap_shim.c
|
||||
LOCAL_SHARED_LIBRARIES := libqsap_sdk liblog
|
||||
LOCAL_SHARED_LIBRARIES := libqsap_sdk liblog libcutils libutils
|
||||
LOCAL_C_INCLUDES := $(TOP)/system/qcom/softap/sdk
|
||||
LOCAL_MODULE := libqsap_shim
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
@@ -1,9 +1,15 @@
|
||||
#include "qsap_api.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <sys/socket.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <linux/wireless.h>
|
||||
|
||||
#include "cutils/log.h"
|
||||
#include "log/log.h"
|
||||
|
||||
// Keep in sync with system/qcom/softap/sdk/qsap_api.c
|
||||
struct Command qsap_str[eSTR_LAST] = {
|
||||
|
||||
Reference in New Issue
Block a user