hi, Maybe you can try the following method: 1. find the ko in `dist`, like `out/android-msm-floral-4.14/dist 2. execute `adb remount -R`(need root permission), the first time to execute it will cause once reboot, so you need execute this command again. 3. use adb to push all `.ko` files which in to `/vendor/lib/modules/` (need root permission) 4. reboot device
在2021年12月15日星期三 UTC+8 03:49:20<[email protected]> 写道: > Hello: > > I build a 'crosshatch' kernel by excuting > > build/build.sh -j20 > > Also, for improving the building speed, i disable the LTO (Link time > optimization) feature by > add the following content to build.config file: > > POST_DEFCONFIG_CMDS="check_defconfig && update_debug_config" > function update_debug_config() { > ${KERNEL_DIR}/scripts/config --file ${OUT_DIR}/.config \ > -d LTO \ > -d LTO_CLANG \ > -d CFI \ > -d CFI_PERMISSIVE \ > -d CFI_CLANG > (cd ${OUT_DIR} && \ > make O=${OUT_DIR} $archsubarch CC=${CC} > CROSS_COMPILE=${CROSS_COMPILE} olddefconfig) > } > > So, after flash the new boot.img to my Pixel 3 XL, i found that the touch > panel didn't work any more. > > Before this step, I build my Image.lz4-dtb with the LTO feature. and every > thing just worked well. > > So any suggestions about this situation ????? > > Thanks a lot . > > -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/161aba99-8390-4d30-a71d-706052ae9003n%40googlegroups.com.
