1
0
Fork 0
android_device_rockchip_tart/ramdisk/init.tart.rc
Brendan Szymanski cb68fb7b21 Rename to tart codename
- Rename product makefile: lineage_tart.mk (PRODUCT_NAME=lineage_tart)
- Update AndroidProducts.mk for lineage_tart lunch target
- Change androidboot.hardware and TARGET_BOOTLOADER_BOARD_NAME to tart
- Rename ramdisk files: fstab.tart, init.tart.rc, ueventd.tart.rc
- Update device.mk ramdisk copy targets for tart names
- Update vendor makefile reference to tart-vendor.mk
- Update extlinux.conf kernel cmdline with tart hardware ID
- Fix bluetooth device name in vendor.prop

Copyright (C) 2026 Brendan Szymanski <hello@bscubed.dev>
2026-07-11 17:27:17 -04:00

25 lines
824 B
Text

import /vendor/etc/init/hw/init.tart.usb.rc
on init
symlink /sdcard /storage/sdcard0
on fs
mount_all /vendor/etc/fstab.tart --early
on late-fs
mount_all /vendor/etc/fstab.tart --late
on boot
chmod 0666 /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
chmod 0666 /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
chmod 0666 /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor
chmod 0666 /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor
chmod 0666 /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor
chmod 0666 /sys/devices/system/cpu/cpu5/cpufreq/scaling_governor
chmod 0666 /sys/devices/system/cpu/cpu6/cpufreq/scaling_governor
chmod 0666 /sys/devices/system/cpu/cpu7/cpufreq/scaling_governor
chmod 0666 /sys/devices/system/cpu/cpufreq/boost