summaryrefslogtreecommitdiffstats
path: root/recovery_utils/Android.bp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-10-07 18:15:35 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-10-07 18:15:35 +0200
commitcff290f9972fcd51aae16e789c08b54d75115c06 (patch)
tree3a9222aa6884312558b4d88f3f3814613f208134 /recovery_utils/Android.bp
parentMerge "Moving recovery resources from /system to /vendor" am: 3903b26368 am: 1bf401d03f am: c1eef556dc (diff)
parentMerge "minadbd: Return battery level via getprop." am: e0e34a7f5c am: 58b5a5a550 (diff)
downloadandroid_bootable_recovery-cff290f9972fcd51aae16e789c08b54d75115c06.tar
android_bootable_recovery-cff290f9972fcd51aae16e789c08b54d75115c06.tar.gz
android_bootable_recovery-cff290f9972fcd51aae16e789c08b54d75115c06.tar.bz2
android_bootable_recovery-cff290f9972fcd51aae16e789c08b54d75115c06.tar.lz
android_bootable_recovery-cff290f9972fcd51aae16e789c08b54d75115c06.tar.xz
android_bootable_recovery-cff290f9972fcd51aae16e789c08b54d75115c06.tar.zst
android_bootable_recovery-cff290f9972fcd51aae16e789c08b54d75115c06.zip
Diffstat (limited to 'recovery_utils/Android.bp')
-rw-r--r--recovery_utils/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/recovery_utils/Android.bp b/recovery_utils/Android.bp
index 1f4221757..bf79a2e87 100644
--- a/recovery_utils/Android.bp
+++ b/recovery_utils/Android.bp
@@ -75,6 +75,7 @@ cc_library_static {
visibility: [
"//bootable/recovery",
"//bootable/recovery/install",
+ "//bootable/recovery/minadbd",
"//bootable/recovery/tests",
],
}