I made few changes in dts and when i gave make -j8 from my aosp-root-directory, I don't see the changes taking place after building it and booting up my board. It just quickly builds in a minute or so. For the changes to take place, i had to give make clean.
Giving make clean takes about 4 hours. Do i have to give make clean everytime i do any changes in my build/dts or can we somehow just clean kernel and build it without cleaning the whole OUT directory?
To enforce the changes and make sure that they are present in the images, I manually remove the system and vendor images before make:
find ./out -name vendor.img -delete -o -name system.img -delete
and then do make:
make -j8
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With