summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-09-02 01:14:58 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-09-02 01:14:58 +0200
commitec6a47ae461ecdc78141b457acba1537d913e1e7 (patch)
treec22d18bfe3e836f9187f893042e9bc50b329a062 /tests
parentMerge "Check an edge case when read(2) returns 0" am: 3202b8faf4 (diff)
parentMerge "Switch recovery to libbase logging" (diff)
downloadandroid_bootable_recovery-ec6a47ae461ecdc78141b457acba1537d913e1e7.tar
android_bootable_recovery-ec6a47ae461ecdc78141b457acba1537d913e1e7.tar.gz
android_bootable_recovery-ec6a47ae461ecdc78141b457acba1537d913e1e7.tar.bz2
android_bootable_recovery-ec6a47ae461ecdc78141b457acba1537d913e1e7.tar.lz
android_bootable_recovery-ec6a47ae461ecdc78141b457acba1537d913e1e7.tar.xz
android_bootable_recovery-ec6a47ae461ecdc78141b457acba1537d913e1e7.tar.zst
android_bootable_recovery-ec6a47ae461ecdc78141b457acba1537d913e1e7.zip
Diffstat (limited to '')
-rw-r--r--tests/Android.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 971e5d0f0..633b3c451 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -46,7 +46,6 @@ LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_STATIC_LIBRARIES := \
libapplypatch \
libotafault \
- libbase \
libverifier \
libcrypto_utils \
libcrypto \
@@ -55,7 +54,9 @@ LOCAL_STATIC_LIBRARIES := \
libcutils \
libbz \
libz \
- libc
+ libc \
+ libbase \
+ liblog
testdata_out_path := $(TARGET_OUT_DATA_NATIVE_TESTS)/recovery
testdata_files := $(call find-subdir-files, testdata/*)