Files
pawlet_rpi5/sepolicy/property_contexts
oxmc ff34391e4b rpi5: partition layout, boot setup, slow_storage, BootControl, wrimg for Android 16
Partition layout:
- BoardConfig: system 8 GB, vendor 2 GB
- mkimg: matching system/vendor partition sizes
- fstab: remove discard from metadata; make discard opt-in via
  BOARD_STORAGE_SUPPORTS_DISCARD to avoid boot-time I/O stalls
- wrimg: grow userdata to fill remaining device space on flash

Boot:
- mkbootimg: use stamp file for rpiboot; uppercase FAT volume label
- rpi5: set androidboot.boot_devices for by-name symlink creation
- wrimg: stamp androidboot.slot_suffix in cmdline.txt after each A/B write
- rpi5: disable AVB (no vbmeta partition in this layout)

A/B / BootControl:
- sepolicy: add BootControl HAL policy and fix partition file_contexts
- wrimg: switch to PARTLABEL-based device detection; fix system_ext brackets

Initial repo setup:
- Separate into standalone pawlet_rpi5 repository
- Disable recovery/TWRP; fix include paths and package names
- Align to upstream KonstaKANG rpi5 base
2026-06-11 09:14:16 -07:00

23 lines
864 B
Plaintext

# Audio
persist.vendor.audio.device u:object_r:vendor_audio_config_prop:s0
persist.vendor.audio.pcm.card u:object_r:vendor_audio_config_prop:s0
persist.vendor.audio.refine_position u:object_r:vendor_audio_config_prop:s0
# CEC
persist.vendor.hdmi.cec_device u:object_r:vendor_hdmi_config_prop:s0
# FFmpeg
persist.vendor.ffmpeg_codec2.rank.audio u:object_r:vendor_ffmpeg_config_prop:s0
persist.vendor.ffmpeg_codec2.rank.video u:object_r:vendor_ffmpeg_config_prop:s0
persist.vendor.ffmpeg_codec2.v4l2.h265 u:object_r:vendor_ffmpeg_config_prop:s0
# Graphics
vendor.hwc.drm.ctm u:object_r:vendor_hwc_config_prop:s0
vendor.hwc.drm.force_mode u:object_r:vendor_hwc_config_prop:s0
# OTA / reboot reason
ro.vendor.pawlet.ota. u:object_r:vendor_pawlet_ota_prop:s0
# ZRAM
persist.vendor.zram.size u:object_r:vendor_zram_config_prop:s0