summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-08-10 10:10:01 +0200
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-08-10 10:10:01 +0200
commit5a2732630e3fe17ad7cee1fb41a4690a49fc7361 (patch)
tree06e2247bbfd716c75430809622c04a8a5bcb1836 /tests/Android.mk
parentrelease-request-999b130a-24cf-4106-967e-4713076535ff-for-git_pi-release-4257729 snap-temp-L14600000090822884 (diff)
parentMerge "tests: Add the missing dependency on libhidlbase." into oc-mr1-dev am: 1f4229ff95 (diff)
downloadandroid_bootable_recovery-5a2732630e3fe17ad7cee1fb41a4690a49fc7361.tar
android_bootable_recovery-5a2732630e3fe17ad7cee1fb41a4690a49fc7361.tar.gz
android_bootable_recovery-5a2732630e3fe17ad7cee1fb41a4690a49fc7361.tar.bz2
android_bootable_recovery-5a2732630e3fe17ad7cee1fb41a4690a49fc7361.tar.lz
android_bootable_recovery-5a2732630e3fe17ad7cee1fb41a4690a49fc7361.tar.xz
android_bootable_recovery-5a2732630e3fe17ad7cee1fb41a4690a49fc7361.tar.zst
android_bootable_recovery-5a2732630e3fe17ad7cee1fb41a4690a49fc7361.zip
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 8b1dc1099..f2497b8b3 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -111,7 +111,8 @@ LOCAL_SRC_FILES := \
component/update_verifier_test.cpp \
component/verifier_test.cpp
-LOCAL_FORCE_STATIC_EXECUTABLE := true
+LOCAL_SHARED_LIBRARIES := \
+ libhidlbase
tune2fs_static_libraries := \
libext2_com_err \