summaryrefslogtreecommitdiff
path: root/boot_control_copy
diff options
context:
space:
mode:
authorbowgotsai <bowgotsai@google.com>2017-01-23 19:02:20 +0800
committerbowgotsai <bowgotsai@google.com>2017-01-27 11:02:54 +0800
commite721b5887f189d1bb92233800a856961c0622692 (patch)
treeecb42eae6126fe4f08294c372403f0cf6a5d49f1 /boot_control_copy
parentd43cc68c4d4053f8b9855462e428b0749c088a17 (diff)
downloadextras-e721b5887f189d1bb92233800a856961c0622692.tar.gz
Add libbase dependency for recovery_test/boot_control_copy
It requires libbase due to fs_mgr is using <android-base/logging.h> Bug: 34336098 Test: compile Change-Id: I120a8f6c7e7bf052081e8c97a358384665927088
Diffstat (limited to 'boot_control_copy')
-rw-r--r--boot_control_copy/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot_control_copy/Android.mk b/boot_control_copy/Android.mk
index 3125d6e6..3a5f8a08 100644
--- a/boot_control_copy/Android.mk
+++ b/boot_control_copy/Android.mk
@@ -6,7 +6,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := boot_control_copy.c bootinfo.c
LOCAL_CFLAGS := -Wall -Wno-missing-field-initializers -Wno-unused-parameter
LOCAL_C_INCLUDES := system/core/mkbootimg bootable/recovery
-LOCAL_SHARED_LIBRARIES := libcutils
+LOCAL_SHARED_LIBRARIES := libbase libcutils
LOCAL_STATIC_LIBRARIES := libfs_mgr
LOCAL_MODULE_RELATIVE_PATH := hw