summaryrefslogtreecommitdiffstats
path: root/Android.bp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-04-08 20:26:11 +0200
committerTianjie Xu <xunchang@google.com>2019-04-16 21:25:23 +0200
commit2f8afba7073e6339287ba48b9af5a8868613e409 (patch)
tree7938f147cf226de7a4703be2fdc28a17eba13e12 /Android.bp
parentMerge master@5428150 into git_qt-dev-plus-aosp. (diff)
downloadandroid_bootable_recovery-2f8afba7073e6339287ba48b9af5a8868613e409.tar
android_bootable_recovery-2f8afba7073e6339287ba48b9af5a8868613e409.tar.gz
android_bootable_recovery-2f8afba7073e6339287ba48b9af5a8868613e409.tar.bz2
android_bootable_recovery-2f8afba7073e6339287ba48b9af5a8868613e409.tar.lz
android_bootable_recovery-2f8afba7073e6339287ba48b9af5a8868613e409.tar.xz
android_bootable_recovery-2f8afba7073e6339287ba48b9af5a8868613e409.tar.zst
android_bootable_recovery-2f8afba7073e6339287ba48b9af5a8868613e409.zip
Diffstat (limited to '')
-rw-r--r--Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index a44a2c625..f2230ae00 100644
--- a/Android.bp
+++ b/Android.bp
@@ -69,6 +69,7 @@ cc_defaults {
],
static_libs: [
+ "libinstall",
"librecovery_fastboot",
"libminui",
"libotautil",
@@ -93,7 +94,6 @@ cc_library_static {
],
shared_libs: [
- "libinstall",
"librecovery_ui",
],
}
@@ -113,7 +113,6 @@ cc_binary {
],
shared_libs: [
- "libinstall",
"libminadbd_services",
"librecovery_ui",
],