I needed to create a soft link for ld to lld, and I needed to edit build/soong/ui/build/paths/config.go to allow host perl, as the prebuilt one was linked to host libcrypt.so.1 which doesn't exist on my system (I have libcrypt.so.2)What fixes do you mean? You shouldn't need more than the patch I gave you and the patches on my github
Sync my Lineage device repo and revert
https://github.com/ThaMichie/androi...mmit/e88a8852c4cc74fb2b6f62c11c48f1a9568543a6
Make sure you have the patch mentioned earlier, apply these patches
![]()
GitHub - ThaMichie/patches
Contribute to ThaMichie/patches development by creating an account on GitHub.github.com
This should be all for a working build.
I'd missed your patches, so I have added those and rebuilt. The ROM now starts to boot and comes up with the ArrowOS logo, but then reboots to fastboot mode. logcat gives:
02-05 15:53:29.036 477 506 E ActivityManager: Connection failed: java.io.IOException: No such file or directory
02-05 15:53:29.037 477 506 W ActivityManager: Failed to connect to lowmemorykiller, retry later
02-05 15:53:29.039 477 506 I ActivityManager: Failed to connect to lmkd, retry after 1000 ms
02-05 15:53:29.168 445 467 D BootAnimation: Playing files = /product/media/bootanimation.zip/part1, Requested repeat = 0, playUntilComplete = true
02-05 15:53:29.547 477 506 E ActivityManager: Connection failed: java.io.IOException: No such file or directory
02-05 15:53:29.548 477 506 W ActivityManager: Failed to connect to lowmemorykiller, retry later
02-05 15:53:29.550 477 506 I ActivityManager: Failed to connect to lmkd, retry after 1000 ms
02-05 15:53:30.044 477 506 E ActivityManager: Connection failed: java.io.IOException: No such file or directory
02-05 15:53:30.044 477 506 W ActivityManager: Failed to connect to lowmemorykiller, retry later
02-05 15:53:30.045 477 506 I ActivityManager: Failed to connect to lmkd, retry after 1000 ms
02-05 15:53:30.222 445 467 D BootAnimation: Playing files = /product/media/bootanimation.zip/part1, Requested repeat = 0, playUntilComplete = true
02-05 15:53:30.297 570 570 E lowmemorykiller: Unknown cgroup attribute CgroupEventControl
02-05 15:53:30.298 570 570 I lowmemorykiller: No kernel memory cgroup event control (errno=2)
02-05 15:53:30.298 570 570 E lowmemorykiller: Kernel does not support memory pressure events or in-kernel low memory killer
02-05 15:53:30.298 570 570 I lowmemorykiller: exiting
02-05 15:53:30.553 477 506 E ActivityManager: Connection failed: java.io.IOException: No such file or directory
02-05 15:53:30.553 477 506 W ActivityManager: Failed to connect to lowmemorykiller, retry later
02-05 15:53:30.554 477 506 I ActivityManager: Failed to connect to lmkd, retry after 1000 ms
According to some google searches the kernel is missing the PSI patches.