summaryrefslogtreecommitdiffstats
path: root/fuse_sideload
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-08-08 21:04:19 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-08-08 21:04:19 +0200
commitd7859b1cb0d18b5c8ea44e4168177a06545409ab (patch)
tree364abd79e0c8ea200089fd6e31c4da4a3c01b908 /fuse_sideload
parentMerge "minui: Track libsync module name change." am: 60924fa89a am: 7c42dc7284 am: 2217000e87 (diff)
parentMerge "Revert "Build and use minadbd as a shared library."" am: 08cf9ccb2f am: 60e218cb5e (diff)
downloadandroid_bootable_recovery-d7859b1cb0d18b5c8ea44e4168177a06545409ab.tar
android_bootable_recovery-d7859b1cb0d18b5c8ea44e4168177a06545409ab.tar.gz
android_bootable_recovery-d7859b1cb0d18b5c8ea44e4168177a06545409ab.tar.bz2
android_bootable_recovery-d7859b1cb0d18b5c8ea44e4168177a06545409ab.tar.lz
android_bootable_recovery-d7859b1cb0d18b5c8ea44e4168177a06545409ab.tar.xz
android_bootable_recovery-d7859b1cb0d18b5c8ea44e4168177a06545409ab.tar.zst
android_bootable_recovery-d7859b1cb0d18b5c8ea44e4168177a06545409ab.zip
Diffstat (limited to 'fuse_sideload')
-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",
],