sdm845-common: Update rootfs folders
Change-Id: Ib40fed6e74126090985ed7a755646851a97b7144
This commit is contained in:
parent
9fe3919db4
commit
ef511b13c1
3 changed files with 4 additions and 16 deletions
|
@ -117,12 +117,7 @@ TARGET_USERIMAGES_USE_F2FS := true
|
||||||
TARGET_USES_MKE2FS := true
|
TARGET_USES_MKE2FS := true
|
||||||
|
|
||||||
# Root
|
# Root
|
||||||
BOARD_ROOT_EXTRA_FOLDERS := odm op1 op2
|
BOARD_ROOT_EXTRA_FOLDERS := op1 op2 op_odm
|
||||||
BOARD_ROOT_EXTRA_SYMLINKS := \
|
|
||||||
/mnt/vendor/persist:/persist \
|
|
||||||
/vendor/bt_firmware:/bt_firmware \
|
|
||||||
/vendor/dsp:/dsp \
|
|
||||||
/vendor/firmware_mnt:/firmware
|
|
||||||
|
|
||||||
# Telephony
|
# Telephony
|
||||||
TARGET_PROVIDES_QTI_TELEPHONY_JAR := true
|
TARGET_PROVIDES_QTI_TELEPHONY_JAR := true
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
# rootfs
|
# rootfs
|
||||||
type adsprpcd_file, file_type;
|
|
||||||
type bt_firmware_file, file_type;
|
|
||||||
type firmware_file, file_type;
|
|
||||||
type op1_file, file_type;
|
type op1_file, file_type;
|
||||||
type op2_file, file_type;
|
type op2_file, file_type;
|
||||||
type persist_file, file_type;
|
|
||||||
|
|
||||||
# proc
|
# proc
|
||||||
type proc_touchpanel, fs_type, proc_type;
|
type proc_touchpanel, fs_type, proc_type;
|
||||||
|
|
|
@ -2,12 +2,9 @@
|
||||||
/data/misc/display(/.*)? u:object_r:display_misc_file:s0
|
/data/misc/display(/.*)? u:object_r:display_misc_file:s0
|
||||||
|
|
||||||
# Files in rootfs
|
# Files in rootfs
|
||||||
/bt_firmware(/.*)? u:object_r:bt_firmware_file:s0
|
|
||||||
/dsp(/.*)? u:object_r:adsprpcd_file:s0
|
|
||||||
/firmware(/.*)? u:object_r:firmware_file:s0
|
|
||||||
/op1(/.*)? u:object_r:op1_file:s0
|
/op1(/.*)? u:object_r:op1_file:s0
|
||||||
/op2(/.*)? u:object_r:op2_file:s0
|
/op2(/.*)? u:object_r:op2_file:s0
|
||||||
/persist(/.*)? u:object_r:persist_file:s0
|
/op_odm(/.*)? u:object_r:system_file:s0
|
||||||
|
|
||||||
# Files in sysfs
|
# Files in sysfs
|
||||||
/sys/devices/platform/soc/soc:goodix_fp/proximity_state u:object_r:sysfs_fpc_proximity:s0
|
/sys/devices/platform/soc/soc:goodix_fp/proximity_state u:object_r:sysfs_fpc_proximity:s0
|
||||||
|
|
Loading…
Reference in a new issue