summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorSandeep Patil <sspatil@google.com>2019-01-12 21:07:34 -0800
committerSandeep Patil <sspatil@google.com>2019-01-14 11:57:24 -0800
commit5327bcc113c531deb89a6136ac5e02b3fa554b5a (patch)
tree423aeb4c4a0973269316c33a0699e28c5f94365a /Android.bp
parent1d94d26e296952260db6c5cacf4606d7f5786fa9 (diff)
downloadgsid-5327bcc113c531deb89a6136ac5e02b3fa554b5a.tar.gz
Fix gsid build
.. added the missing libgsi dependency. Bug: 122556707 Test: lunch aosp_crosshatch-userdebug; cd system/gsid; mma -j Merged-In: Ib09a21bd7ce0c65e9d3ecab9ee2dad5aa03e8e09 Change-Id: If2760cd8b03da5a7d22e02bdc06b424000bb04e4 Signed-off-by: Sandeep Patil <sspatil@google.com> Change-Id: Ib7422d208b18edb13414f1682d75840a078a6e87
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 21bb377..62bca52 100644
--- a/Android.bp
+++ b/Android.bp
@@ -67,6 +67,7 @@ cc_binary {
"gsi_aidl_interface-cpp",
"libbase",
"libbinder",
+ "libgsi",
"libfs_mgr",
"liblog",
"liblp",