Compare commits
12 Commits
lineage-17
...
lineage-16
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae328f2dee | ||
|
|
050bae8755 | ||
|
|
97cd381524 | ||
|
|
12b534ce68 | ||
|
|
0c179695fc | ||
|
|
4ea989bb3e | ||
|
|
42aa6ff408 | ||
|
|
c487e3b0fd | ||
|
|
babf4a5e8c | ||
|
|
532be76674 | ||
|
|
ec2b4ca0c0 | ||
|
|
a3e5d4e744 |
@@ -16,7 +16,7 @@ endif
|
||||
|
||||
LOCAL_CFLAGS += -DSDK_VERSION=\"0.0.1.0\"
|
||||
|
||||
LOCAL_LDLIBS := -llog
|
||||
LOCAL_USE_VNDK := true
|
||||
|
||||
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/qsap_api.h \
|
||||
$(LOCAL_PATH)/qsap.h
|
||||
@@ -61,12 +61,23 @@ ifdef WIFI_DRIVER_DEF_CONF_FILE
|
||||
LOCAL_CFLAGS += -DWIFI_DRIVER_DEF_CONF_FILE=\"$(WIFI_DRIVER_DEF_CONF_FILE)\"
|
||||
endif
|
||||
|
||||
LOCAL_CFLAGS += \
|
||||
-Wall \
|
||||
-Werror \
|
||||
-Wno-unused-variable \
|
||||
-Wno-unused-value \
|
||||
-Wno-format \
|
||||
-Wno-sometimes-uninitialized \
|
||||
-Wno-enum-conversion \
|
||||
-Wno-unused-parameter \
|
||||
-Wno-implicit-function-declaration
|
||||
|
||||
LOCAL_SRC_FILES := qsap_api.c \
|
||||
qsap.c
|
||||
|
||||
LOCAL_PRELINK_MODULE := false
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := libnetutils libutils libbinder libcutils libhardware_legacy libnl
|
||||
LOCAL_SHARED_LIBRARIES := libnetutils libutils libbinder libcutils libhardware_legacy libnl liblog
|
||||
|
||||
LOCAL_HEADER_LIBRARIES := libcutils_headers
|
||||
|
||||
|
||||
@@ -3439,7 +3439,7 @@ void check_for_configuration_files(void)
|
||||
|
||||
void qsap_set_ini_filename(void)
|
||||
{
|
||||
if (property_get("wlan.driver.config", ini_file, NULL)) {
|
||||
if (property_get("vendor.wlan.driver.config", ini_file, NULL)) {
|
||||
fIni = ini_file;
|
||||
ALOGE("INI FILE PROP PRESENT %s\n", fIni);
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user