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>
This commit is contained in:
parent
baa8cbfd95
commit
cb68fb7b21
10 changed files with 17 additions and 17 deletions
25
ramdisk/init.tart.rc
Normal file
25
ramdisk/init.tart.rc
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
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
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue