summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2021-12-07 19:52:04 +0100
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-12-07 19:52:04 +0100
commit905def0b81070e21145cbadb7d57eb75bda16abd (patch)
treedcc9f49c9ae32e3bf70027648323806d19378c31 /tests
parentMerge "Add erofs tools in recovery mode" am: 90064ac238 am: 0e04a02326 (diff)
parentMerge "GetBatteryInfo() also reads AIDL health HAL." am: d33b067f04 (diff)
downloadandroid_bootable_recovery-905def0b81070e21145cbadb7d57eb75bda16abd.tar
android_bootable_recovery-905def0b81070e21145cbadb7d57eb75bda16abd.tar.gz
android_bootable_recovery-905def0b81070e21145cbadb7d57eb75bda16abd.tar.bz2
android_bootable_recovery-905def0b81070e21145cbadb7d57eb75bda16abd.tar.lz
android_bootable_recovery-905def0b81070e21145cbadb7d57eb75bda16abd.tar.xz
android_bootable_recovery-905def0b81070e21145cbadb7d57eb75bda16abd.tar.zst
android_bootable_recovery-905def0b81070e21145cbadb7d57eb75bda16abd.zip
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.bp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index 5ef4d58c0..7f00adcd4 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -138,7 +138,14 @@ cc_test {
"unit/*.cpp",
],
+ shared_libs: [
+ "libbinder_ndk",
+ ],
+
static_libs: libapplypatch_static_libs + librecovery_static_libs + [
+ "android.hardware.health-translate-ndk",
+ "android.hardware.health-V1-ndk",
+ "libhealthshim",
"librecovery_ui",
"libfusesideload",
"libminui",