summaryrefslogtreecommitdiffstats
path: root/fuse_sideload/Android.bp
diff options
context:
space:
mode:
authorJerry Zhang <zhangjerry@google.com>2018-07-17 23:20:55 +0200
committerHridya Valsaraju <hridya@google.com>2018-07-20 19:54:03 +0200
commitc936a6961940a15f7f95befcf35425bad8fa4f7c (patch)
tree1dedf7b8e1ee1c996fd102e04fb825e2c01f49aa /fuse_sideload/Android.bp
parentMerge "Fix the arguments passed to getopt_long(3)." (diff)
downloadandroid_bootable_recovery-c936a6961940a15f7f95befcf35425bad8fa4f7c.tar
android_bootable_recovery-c936a6961940a15f7f95befcf35425bad8fa4f7c.tar.gz
android_bootable_recovery-c936a6961940a15f7f95befcf35425bad8fa4f7c.tar.bz2
android_bootable_recovery-c936a6961940a15f7f95befcf35425bad8fa4f7c.tar.lz
android_bootable_recovery-c936a6961940a15f7f95befcf35425bad8fa4f7c.tar.xz
android_bootable_recovery-c936a6961940a15f7f95befcf35425bad8fa4f7c.tar.zst
android_bootable_recovery-c936a6961940a15f7f95befcf35425bad8fa4f7c.zip
Diffstat (limited to 'fuse_sideload/Android.bp')
-rw-r--r--fuse_sideload/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/fuse_sideload/Android.bp b/fuse_sideload/Android.bp
index 76bc16df9..29404cea2 100644
--- a/fuse_sideload/Android.bp
+++ b/fuse_sideload/Android.bp
@@ -14,6 +14,7 @@
cc_library_static {
name: "libfusesideload",
+ recovery_available: true,
cflags: [
"-D_XOPEN_SOURCE",
@@ -30,7 +31,7 @@ cc_library_static {
"include",
],
- static_libs: [
+ shared_libs: [
"libbase",
"libcrypto",
],