Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 1e7f5071 authored by LuK1337's avatar LuK1337
Browse files

qcom: Allow postinstall to read xbl_config_[ab]

Change-Id: I7374775903890f0f8c9670fe9f72d8ef10c800c8
parent 5e0689f1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ endif

ifeq (,$(filter msm8937 msm8953 msm8996 msm8998 sdm660 sdm710 sdm845, $(TARGET_BOARD_PLATFORM)))
BOARD_SEPOLICY_M4DEFS += \
    custom_ab_block_device=vendor_custom_ab_block_device \
    display_vendor_data_file=vendor_display_vendor_data_file \
    hal_gnss_qti=vendor_hal_gnss_qti \
    hal_perf_default=vendor_hal_perf_default \
+3 −0
Original line number Diff line number Diff line
allow postinstall block_device:dir search;

allow postinstall custom_ab_block_device:blk_file r_file_perms;