Merge "Remove unused libutils references."
This commit is contained in:
+1
-1
@@ -31,6 +31,6 @@ LOCAL_SRC_FILES := fuse_adb_provider_test.cpp
|
|||||||
LOCAL_CFLAGS := $(minadbd_cflags)
|
LOCAL_CFLAGS := $(minadbd_cflags)
|
||||||
LOCAL_C_INCLUDES := $(LOCAL_PATH) system/core/adb
|
LOCAL_C_INCLUDES := $(LOCAL_PATH) system/core/adb
|
||||||
LOCAL_STATIC_LIBRARIES := libminadbd
|
LOCAL_STATIC_LIBRARIES := libminadbd
|
||||||
LOCAL_SHARED_LIBRARIES := liblog libutils
|
LOCAL_SHARED_LIBRARIES := liblog
|
||||||
|
|
||||||
include $(BUILD_NATIVE_TEST)
|
include $(BUILD_NATIVE_TEST)
|
||||||
|
|||||||
@@ -25,7 +25,6 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#include "adb_io.h"
|
#include "adb_io.h"
|
||||||
#include "utils/file.h"
|
|
||||||
|
|
||||||
TEST(fuse_adb_provider, read_block_adb) {
|
TEST(fuse_adb_provider, read_block_adb) {
|
||||||
adb_data data = {};
|
adb_data data = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user