summaryrefslogtreecommitdiffstats
path: root/tests/Android.bp
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2021-12-01 01:39:00 +0100
committerYifan Hong <elsk@google.com>2021-12-07 01:53:58 +0100
commit67a8fd2175b3ff198f4d27d82c43f6296211858b (patch)
tree34f9e977db6328a157284f5a180d6519f2226e0e /tests/Android.bp
parentMerge "Merge Android 12" (diff)
downloadandroid_bootable_recovery-67a8fd2175b3ff198f4d27d82c43f6296211858b.tar
android_bootable_recovery-67a8fd2175b3ff198f4d27d82c43f6296211858b.tar.gz
android_bootable_recovery-67a8fd2175b3ff198f4d27d82c43f6296211858b.tar.bz2
android_bootable_recovery-67a8fd2175b3ff198f4d27d82c43f6296211858b.tar.lz
android_bootable_recovery-67a8fd2175b3ff198f4d27d82c43f6296211858b.tar.xz
android_bootable_recovery-67a8fd2175b3ff198f4d27d82c43f6296211858b.tar.zst
android_bootable_recovery-67a8fd2175b3ff198f4d27d82c43f6296211858b.zip
Diffstat (limited to 'tests/Android.bp')
-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",