Hi, I'm building Android O with my device tree but I got the error [1/1] out/soong/.bootstrap/bin/soong_build out/soong/build.ninja No need to regenerate ninja file ninja: error: 'out/host/common/obj/JAVA_LIBRARIES/apksig_intermediates/classes.jar', needed by 'out/host/common/obj/JAVA_LIBRARIES/signapk_intermediates/classes-full-debug.jar', missing and no known rule to make it 13:28:20 ninja failed with: exit status 1 make: *** [run_soong_ui] Error 1 make: Leaving directory `/home/cwhuang/git/oreo-x86'
#### make failed to build some targets (13 seconds) #### After checking my codebase, I accidentally deleted tools/apksig/ dir. Then I added it back. However, I still got the error as before. It seems Ninja won't parse the new added Android.mk. How could I force it to do a full parsing? Do I need to do a clean build? (I don't think/hope so) -- -- 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]. For more options, visit https://groups.google.com/d/optout.
