Skip to content

Commit

Permalink
[FIXUP]: raphael: Enable FUSE Passthrough
Browse files Browse the repository at this point in the history
- The prop is supposed to be set in product instead of system as per [1].

[1]: https://source.android.com/docs/core/storage/fuse-passthrough

Change-Id: I4c467da6b1a659625aa20e79a718736b2ee9f915
Signed-off-by: Cyber Knight <[email protected]>
  • Loading branch information
cyberknight777 authored and kondors1995 committed Feb 8, 2024
1 parent c750946 commit 37bb535
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,10 @@ PRODUCT_PACKAGES += \
libprotobuf-cpp-full-3.9.1-vendorcompat \
libprotobuf-cpp-lite-3.9.1-vendorcompat

# FUSE passthrough
PRODUCT_PRODUCT_PROPERTIES += \
persist.sys.fuse.passthrough.enable=true

# QMI
PRODUCT_PACKAGES += \
libjson
Expand Down
3 changes: 0 additions & 3 deletions system.prop
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ debug.force_no_blanking=true
debug.sf.enable_hwc_vds=0
ro.surface_flinger.max_frame_buffer_acquired_buffers=3

# FUSE passthrough
persist.sys.fuse.passthrough.enable=true

# GPS
persist.vendor.overlay.izat.optin=rro

Expand Down

0 comments on commit 37bb535

Please sign in to comment.