Merge "Fix mips64 minadbd_test build."
This commit is contained in:
commit
59e1e3e78f
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@ LOCAL_SRC_FILES := fuse_adb_provider_test.cpp
|
|||
LOCAL_CFLAGS := $(minadbd_cflags)
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH) system/core/adb
|
||||
LOCAL_STATIC_LIBRARIES := libminadbd
|
||||
LOCAL_SHARED_LIBRARIES := liblog libbase
|
||||
LOCAL_SHARED_LIBRARIES := liblog libbase libcutils
|
||||
|
||||
include $(BUILD_NATIVE_TEST)
|
||||
|
|
Loading…
Reference in a new issue