Skip to content

Commit

Permalink
breeze: disable BPF
Browse files Browse the repository at this point in the history
Signed-off-by: Hadenix <vsegda_online_007@bk.ru>
  • Loading branch information
Hadenix committed Oct 9, 2023
1 parent 8065130 commit 344af6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -246,5 +246,10 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/wifi/wpa_supplicant.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant.conf \
$(LOCAL_PATH)/wifi/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf

# BPF
PRODUCT_PROPERTY_OVERRIDES += \
ro.kernel.ebpf.supported=false \
bpf.progs_loaded=1

# Inherit the proprietary files
$(call inherit-product, vendor/umidigi/breeze/breeze-vendor.mk)

0 comments on commit 344af6a

Please sign in to comment.