mirror of
https://github.com/Evolution-X-Devices/device_lenovo_zippo
synced 2026-01-27 14:21:16 +00:00
zippo: Remove rootfs symlinks
We do not need these as all our blobs are Android 10 based and use the newer mountpoints Change-Id: Ic3847cc948024769bd8f4f847635d5880cdae109
This commit is contained in:
@@ -135,12 +135,6 @@ BOARD_USERDATAIMAGE_PARTITION_SIZE := 57453555712
|
||||
BOARD_VENDORIMAGE_PARTITION_SIZE := 1073741824
|
||||
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
|
||||
BOARD_ROOT_EXTRA_FOLDERS := metadata
|
||||
BOARD_ROOT_EXTRA_SYMLINKS := \
|
||||
/mnt/vendor/persist:/persist \
|
||||
/vendor/bt_firmware:/bt_firmware \
|
||||
/vendor/dsp:/dsp \
|
||||
/vendor/firmware_mnt:/firmware
|
||||
|
||||
TARGET_COPY_OUT_VENDOR := vendor
|
||||
TARGET_USERIMAGES_USE_EXT4 := true
|
||||
TARGET_USERIMAGES_USE_F2FS := true
|
||||
|
||||
5
sepolicy/vendor/file.te
vendored
5
sepolicy/vendor/file.te
vendored
@@ -1,6 +1 @@
|
||||
type adsprpcd_file, file_type;
|
||||
type bt_firmware_file, file_type;
|
||||
type firmware_file, file_type;
|
||||
type persist_file, file_type;
|
||||
|
||||
type sysfs_tp, fs_type, sysfs_type;
|
||||
|
||||
6
sepolicy/vendor/file_contexts
vendored
6
sepolicy/vendor/file_contexts
vendored
@@ -1,9 +1,3 @@
|
||||
# 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
|
||||
/persist(/.*)? u:object_r:persist_file:s0
|
||||
|
||||
# HALs
|
||||
/(vendor|system/vendor)/bin/hw/android\.hardware\.light@2\.0-service\.lenovo_zippo u:object_r:hal_light_default_exec:s0
|
||||
/(vendor|system/vendor)/bin/hw/vendor\.lineage\.biometrics\.fingerprint\.inscreen@1\.0-service\.lenovo_zippo u:object_r:hal_fod_lenovo_zippo_exec:s0
|
||||
|
||||
Reference in New Issue
Block a user