Merge "Add missing liblog dependency"
This commit is contained in:
commit
8b68829c06
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ LOCAL_SRC_FILES := \
|
|||
|
||||
LOCAL_SANITIZE := $(adb_target_sanitize)
|
||||
LOCAL_STATIC_LIBRARIES := libadbd
|
||||
LOCAL_SHARED_LIBRARIES := libbase libcutils
|
||||
LOCAL_SHARED_LIBRARIES := liblog libbase libcutils
|
||||
include $(BUILD_NATIVE_TEST)
|
||||
|
||||
# libdiagnose_usb
|
||||
|
|
Loading…
Reference in a new issue