Compare commits

..

1 Commits

Author SHA1 Message Date
Rashed Abdel-Tawab
0dae032155 softap: Fix for VNDK_VERSION=current
Change-Id: I3925e794f5c065bd2843a4ea4c9fe122c182d5b3
2018-04-06 10:33:36 -07:00
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_VENDOR_MODULE := true
include $(BUILD_SHARED_LIBRARY)

View File

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

View File

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