summaryrefslogtreecommitdiffstats
path: root/fuse_sideload/Android.bp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-08-08 18:36:20 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-08-08 18:36:20 +0200
commit08cf9ccb2fb82eb4a40e5973fd937ac9aa58be77 (patch)
tree364abd79e0c8ea200089fd6e31c4da4a3c01b908 /fuse_sideload/Android.bp
parentMerge "minui: Track libsync module name change." (diff)
parentRevert "Build and use minadbd as a shared library." (diff)
downloadandroid_bootable_recovery-08cf9ccb2fb82eb4a40e5973fd937ac9aa58be77.tar
android_bootable_recovery-08cf9ccb2fb82eb4a40e5973fd937ac9aa58be77.tar.gz
android_bootable_recovery-08cf9ccb2fb82eb4a40e5973fd937ac9aa58be77.tar.bz2
android_bootable_recovery-08cf9ccb2fb82eb4a40e5973fd937ac9aa58be77.tar.lz
android_bootable_recovery-08cf9ccb2fb82eb4a40e5973fd937ac9aa58be77.tar.xz
android_bootable_recovery-08cf9ccb2fb82eb4a40e5973fd937ac9aa58be77.tar.zst
android_bootable_recovery-08cf9ccb2fb82eb4a40e5973fd937ac9aa58be77.zip
Diffstat (limited to '')
-rw-r--r--fuse_sideload/Android.bp3
1 files changed, 1 insertions, 2 deletions
diff --git a/fuse_sideload/Android.bp b/fuse_sideload/Android.bp
index 29404cea2..76bc16df9 100644
--- a/fuse_sideload/Android.bp
+++ b/fuse_sideload/Android.bp
@@ -14,7 +14,6 @@
cc_library_static {
name: "libfusesideload",
- recovery_available: true,
cflags: [
"-D_XOPEN_SOURCE",
@@ -31,7 +30,7 @@ cc_library_static {
"include",
],
- shared_libs: [
+ static_libs: [
"libbase",
"libcrypto",
],