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",
|
"-Werror",
|
||||||
],
|
],
|
||||||
|
|
||||||
static_libs: [
|
shared_libs: [
|
||||||
"libbootloader_message",
|
|
||||||
"libotautil",
|
|
||||||
"libfs_mgr",
|
|
||||||
"libbase",
|
"libbase",
|
||||||
|
"libbootloader_message",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"liblog",
|
"libfs_mgr",
|
||||||
|
],
|
||||||
|
|
||||||
|
static_libs: [
|
||||||
|
"libotautil",
|
||||||
],
|
],
|
||||||
|
|
||||||
init_rc: [
|
init_rc: [
|
||||||
|
|||||||
Reference in New Issue
Block a user