summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-08-23 19:53:38 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-08-23 19:53:38 +0200
commit096c66546e0fb49c0caf9e491327ef87da6bc6ef (patch)
treeed9fb565742ef284765b746fe68a106432789bf5
parentMerge "Add /dev/stdin, /dev/stdout, and /dev/stderr in recovery too." am: 11f766af4e am: a35802b71d (diff)
parentMerge "uncrypt: Depend on commonly used shared libs." am: 9d7f918506 (diff)
downloadandroid_bootable_recovery-096c66546e0fb49c0caf9e491327ef87da6bc6ef.tar
android_bootable_recovery-096c66546e0fb49c0caf9e491327ef87da6bc6ef.tar.gz
android_bootable_recovery-096c66546e0fb49c0caf9e491327ef87da6bc6ef.tar.bz2
android_bootable_recovery-096c66546e0fb49c0caf9e491327ef87da6bc6ef.tar.lz
android_bootable_recovery-096c66546e0fb49c0caf9e491327ef87da6bc6ef.tar.xz
android_bootable_recovery-096c66546e0fb49c0caf9e491327ef87da6bc6ef.tar.zst
android_bootable_recovery-096c66546e0fb49c0caf9e491327ef87da6bc6ef.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: [