sm8250-common: qsap: Fix missing log symbols
Add liblog to LOCAL_SHARED_LIBRARIES instead of using LOCAL_LDLIBS. Change-Id: Iaf8fbc245babce372f047f73cb1400b19c54836d
This commit is contained in:
parent
2d6c60c531
commit
b99809be64
@ -16,8 +16,6 @@ endif
|
|||||||
|
|
||||||
LOCAL_CFLAGS += -DSDK_VERSION=\"0.0.1.0\"
|
LOCAL_CFLAGS += -DSDK_VERSION=\"0.0.1.0\"
|
||||||
|
|
||||||
LOCAL_LDLIBS := -llog
|
|
||||||
|
|
||||||
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/qsap_api.h \
|
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/qsap_api.h \
|
||||||
$(LOCAL_PATH)/qsap.h
|
$(LOCAL_PATH)/qsap.h
|
||||||
|
|
||||||
@ -66,7 +64,7 @@ LOCAL_SRC_FILES := qsap_api.c \
|
|||||||
|
|
||||||
LOCAL_PRELINK_MODULE := false
|
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
|
LOCAL_HEADER_LIBRARIES := libcutils_headers
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user