Compare commits
1 Commits
staging/li
...
lineage-15
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0dae032155 |
@@ -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)
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user