Merge "uncrypt: Depend on commonly used shared libs."
am: 9d7f918506
Change-Id: Ib272ec99299119d64ff0ae02295362f0c92bf7f3
This commit is contained in:
+7
-5
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user