qsap: Remove obsolete module flags
LOCAL_VENDOR_MODULE always implied LOCAL_USE_VNDK. LOCAL_PRELINK_MODULE is deprecated since 2015. Fixes the following warning in 14 QRP3: including system/qcom/softap/sdk/Android.mk ... build/make/core/local_vendor_product.mk:4: warning: LOCAL_USE_VNDK must not be used. Please use LOCAL_VENDOR_MODULE or LOCAL_PRODUCT_MODULE instead. Change-Id: I3a6498c32eb0319fb81d44f24e12a56610b13445
This commit is contained in:
parent
ddd4779b46
commit
01b63e146b
1 changed files with 0 additions and 4 deletions
|
@ -14,8 +14,6 @@ LOCAL_VENDOR_MODULE := true
|
|||
|
||||
LOCAL_CFLAGS += -DSDK_VERSION=\"0.0.1.0\"
|
||||
|
||||
LOCAL_USE_VNDK := true
|
||||
|
||||
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/qsap_api.h \
|
||||
$(LOCAL_PATH)/qsap.h
|
||||
|
||||
|
@ -64,8 +62,6 @@ LOCAL_CFLAGS += -Wall -Wextra -Werror
|
|||
LOCAL_SRC_FILES := qsap_api.c \
|
||||
qsap.c
|
||||
|
||||
LOCAL_PRELINK_MODULE := false
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := libnetutils libutils libbinder libcutils libhardware_legacy libnl liblog
|
||||
|
||||
LOCAL_HEADER_LIBRARIES := libcutils_headers
|
||||
|
|
Loading…
Reference in a new issue