Skip to content

Commit

Permalink
Disable sdcardfs
Browse files Browse the repository at this point in the history
The use of FUSE-enabled sdcard, e.g. in live mode, creates a lock-up in
vold, which is waiting for sdcard to exit, but never happens as it's
using FUSE.

Disable the use of sdcardfs in vold. This may creates problems in live
mode, where /data is mounted as tmpfs, which does not fully support
xattr.
  • Loading branch information
Michael Goffioul authored and electrikjesus committed Apr 27, 2021
1 parent aa516e8 commit ff34d6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ PRODUCT_AAPT_PREF_CONFIG := mdpi

DEVICE_PACKAGE_OVERLAYS := $(LOCAL_PATH)/overlay

# Get emulated storage settings
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)

# Get Android 8.0 HIDL HALs
$(call inherit-product,$(LOCAL_PATH)/treble.mk)

Expand Down

0 comments on commit ff34d6d

Please sign in to comment.