softap: Fix for VNDK_VERSION=current

Change-Id: I3925e794f5c065bd2843a4ea4c9fe122c182d5b3
This commit is contained in:
Rashed Abdel-Tawab
2017-12-18 21:44:11 -08:00
parent a0d762d22f
commit 0dae032155
3 changed files with 6 additions and 3 deletions

View File

@@ -65,5 +65,7 @@ LOCAL_PRELINK_MODULE := false
LOCAL_SHARED_LIBRARIES := libnetutils libutils libbinder libcutils libhardware_legacy libnl liblog LOCAL_SHARED_LIBRARIES := libnetutils libutils libbinder libcutils libhardware_legacy libnl liblog
LOCAL_VENDOR_MODULE := true
include $(BUILD_SHARED_LIBRARY) include $(BUILD_SHARED_LIBRARY)

View File

@@ -31,6 +31,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <fcntl.h> #include <fcntl.h>
#include <errno.h> #include <errno.h>
#include <sched.h>
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
@@ -46,11 +47,11 @@
#define LOG_TAG "QCLDR-" #define LOG_TAG "QCLDR-"
#include "cutils/log.h" #include "log/log.h"
#include "cutils/memory.h" #include "cutils/memory.h"
#include "cutils/misc.h" #include "cutils/misc.h"
#include "cutils/properties.h" #include "cutils/properties.h"
#include "private/android_filesystem_config.h" #include "cutils/android_filesystem_config.h"
#include "qsap_api.h" #include "qsap_api.h"
#include "qsap.h" #include "qsap.h"

View File

@@ -43,7 +43,7 @@
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>
#include <private/android_filesystem_config.h> #include <cutils/android_filesystem_config.h>
#include <net/if.h> #include <net/if.h>
#include <net/if_arp.h> #include <net/if_arp.h>
#include <netlink/netlink.h> #include <netlink/netlink.h>