summaryrefslogtreecommitdiffstats
path: root/tests/Android.bp
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2021-12-07 19:18:07 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-12-07 19:18:07 +0100
commitd33b067f047c62aeb6033d8b118897bdbf02cb73 (patch)
tree9137ea7ba99d398009585c83d54db14298e0be09 /tests/Android.bp
parentMerge "Add erofs tools in recovery mode" (diff)
parentGetBatteryInfo() also reads AIDL health HAL. (diff)
downloadandroid_bootable_recovery-d33b067f047c62aeb6033d8b118897bdbf02cb73.tar
android_bootable_recovery-d33b067f047c62aeb6033d8b118897bdbf02cb73.tar.gz
android_bootable_recovery-d33b067f047c62aeb6033d8b118897bdbf02cb73.tar.bz2
android_bootable_recovery-d33b067f047c62aeb6033d8b118897bdbf02cb73.tar.lz
android_bootable_recovery-d33b067f047c62aeb6033d8b118897bdbf02cb73.tar.xz
android_bootable_recovery-d33b067f047c62aeb6033d8b118897bdbf02cb73.tar.zst
android_bootable_recovery-d33b067f047c62aeb6033d8b118897bdbf02cb73.zip
Diffstat (limited to '')
-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",