aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
AgeCommit message (Collapse)Author
2022-01-24Merge tag 'fuse-3.10.5' into HEADandroid-t-preview-2android-t-preview-1android-t-beta-3android-s-v2-beta-3android-s-qpr3-beta-1android-t-preview-1android-s-v2-beta-3android-s-qpr3-beta-1Alessio Balsini
Tagged release. Test: MediaProviderTests Bug: 216129364 Signed-off-by: Alessio Balsini <balsini@google.com> Change-Id: I1fcb0684f88e6160943f0d0d3ab797be13695e61
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/libfuseBob Badour
Added SPDX-license-identifier-BSD SPDX-license-identifier-GPL SPDX-license-identifier-GPL-2.0 SPDX-license-identifier-LGPL SPDX-license-identifier-LGPL-2.0 SPDX-license-identifier-LGPL-2.1 SPDX-license-identifier-LGPL-3.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ia6181b64bb58645a5f5d271d86355070796714fe
2020-10-28Set min_sdk_version to 30Nikita Ioffe
Test: m Bug: 171330443 Change-Id: Id4efa534dc9ef6b44927d5386897615e9ab010cf
2020-06-01libfuse: Mark vendor_availableandroid11-devWoody Lin
Bug: 153840597 Change-Id: Ifaf9eeea0582c4a68faf20f52ddfbf84af254ac9 Merged-In: Ifaf9eeea0582c4a68faf20f52ddfbf84af254ac9
2019-11-09Update to libfuse 3.8.0Zim
The latest release allows a custom logger Bug: 135341433 Test: adb shell ls /sdcard with persist.sys.fuse Change-Id: Iaa8a2bb7b6da3f364fba41b443527a998a26549f
2019-08-30libfuse: link against the NDK.Narayan Kamath
Test: make Bug: 139927335 Change-Id: I144b4d5908ad6733eac72b32e9df9b40e5a8d82f
2019-08-06Export libfuse private header directoryZim
The Android FUSE daemon does not have permissions to mount(). This means we cannot call fuse_session_mount() because it calls fuse_kern_mount() -> mount(). We can however add the opened /dev/fuse fd to the struct fuse_session. Unfortunately, struct fuse_session is defined in fuse_i.h which is in lib/ and not include/ so not exported. This cl exports the headers in lib/ Change-Id: I0602fd8610f181caf7b5126a9bd2f98d2012dcf2
2019-07-26Fix two build nitsPaul Lawrence
2019-07-23Remove GPL filesPaul Lawrence
Make compile on Android