mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
1) separate fstab mount 2) launch bootanim early 3) boottime cpuset/io tune 4) parallel slow init operations: write sysfs and insmod After CL: Boot time saved 330ms, bootanim triggered early before data/ mounted Bug: 36780513 Test: walleye boots Change-Id: I02803179746710413f4b1e2372f3550cd95d1581
12 lines
317 B
Plaintext
12 lines
317 B
Plaintext
# symlink /sdcard to backing block
|
|
allow init tmpfs:lnk_file create;
|
|
allow init configfs:lnk_file create;
|
|
|
|
allow init sda_block_device:blk_file relabelto;
|
|
allow init firmware_file:dir mounton;
|
|
allow init configfs:file w_file_perms;
|
|
|
|
allow init tty_device:chr_file rw_file_perms;
|
|
|
|
allow init persist_file:dir mounton;
|