summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-08-23 02:40:26 +0200
committerTao Bao <tbao@google.com>2018-08-23 02:59:21 +0200
commitd881d4f205247bb929c233745fbc7c5b2e30bc5a (patch)
tree2c981b622ad3096bae0d1847581ab86c6466c3a6
parentMerge "recovery: Add "boot-fastboot" command to BCB." (diff)
downloadandroid_bootable_recovery-d881d4f205247bb929c233745fbc7c5b2e30bc5a.tar
android_bootable_recovery-d881d4f205247bb929c233745fbc7c5b2e30bc5a.tar.gz
android_bootable_recovery-d881d4f205247bb929c233745fbc7c5b2e30bc5a.tar.bz2
android_bootable_recovery-d881d4f205247bb929c233745fbc7c5b2e30bc5a.tar.lz
android_bootable_recovery-d881d4f205247bb929c233745fbc7c5b2e30bc5a.tar.xz
android_bootable_recovery-d881d4f205247bb929c233745fbc7c5b2e30bc5a.tar.zst
android_bootable_recovery-d881d4f205247bb929c233745fbc7c5b2e30bc5a.zip
-rw-r--r--uncrypt/Android.bp12
1 files changed, 7 insertions, 5 deletions
diff --git a/uncrypt/Android.bp b/uncrypt/Android.bp
index aa56d2f74..107a7f0fc 100644
--- a/uncrypt/Android.bp
+++ b/uncrypt/Android.bp
@@ -24,13 +24,15 @@ cc_binary {
"-Werror",
],
- static_libs: [
- "libbootloader_message",
- "libotautil",
- "libfs_mgr",
+ shared_libs: [
"libbase",
+ "libbootloader_message",
"libcutils",
- "liblog",
+ "libfs_mgr",
+ ],
+
+ static_libs: [
+ "libotautil",
],
init_rc: [