Open Jason-summer opened 1 year ago
I have also encountered this problem. Have you found a solution?
I solved the problem by replacing aosp with twrp. such as "vendor/aosp/config/common.mk" --> "vendor/twrp/config/common.mk"
I also encountered a similar issue, with the prompt 'vendor/omni/common.mk do not found' at the beginning of compilation
May I ask which file statement did you replace to modify
I also encountered a similar issue, with the prompt 'vendor/omni/common.mk do not found' at the beginning of compilation
May I ask which file statement did you replace to modify
rename "vendor/omni/common.mk" --> "vendor/twrp/config/common.mk"
I also encountered a similar issue, with the prompt 'vendor/omni/common.mk do not found' at the beginning of compilation May I ask which file statement did you replace to modify
rename "vendor/omni/common.mk" --> "vendor/twrp/config/common.mk"
You're right, I fix it in the same way.
Does anyone know how to fix this problem? I am using the device tree generate by twrpdtgen.😢