sm6225-common: symlink vendor/fsg to system_root
* Seems to be an issue where if modemst1/2 (efs) is wiped modem only looks for fsg to rebuild efs in the root_directory. * Even though this isn't correct it should allow radio to be easily flashed during future firmware upgrades as the stock radio.img is a container which flashes fsg/modem then passes the command to wipe modemst* Signed-off-by: Andrew Hexen <SyberHexen@gmail.com> Change-Id: Ic7acabbe16d66740b3aee414be60c24d3a0de43d
This commit is contained in:
parent
c00c013f19
commit
82914a70e6
2 changed files with 4 additions and 0 deletions
|
@ -170,6 +170,9 @@ TARGET_COPY_OUT_VENDOR := vendor
|
|||
BOARD_USES_QCOM_HARDWARE := true
|
||||
TARGET_BOARD_PLATFORM := bengal
|
||||
|
||||
BOARD_ROOT_EXTRA_SYMLINKS := \
|
||||
/vendor/fsg:/fsg
|
||||
|
||||
# Power
|
||||
TARGET_USES_INTERACTION_BOOST := true
|
||||
|
||||
|
|
1
sepolicy/vendor/file_contexts
vendored
1
sepolicy/vendor/file_contexts
vendored
|
@ -22,6 +22,7 @@
|
|||
/dev/block/platform/soc/4804000\.ufshc/by-name/utagsBackup u:object_r:vendor_utags_block_device:s0
|
||||
|
||||
# Partition Mountpoints
|
||||
/fsg u:object_r:fsg_file:s0
|
||||
/(vendor|system/vendor)/fsg u:object_r:fsg_file:s0
|
||||
|
||||
# Awinic
|
||||
|
|
Loading…
Reference in a new issue