I have a android manifest that builds fine on my local build server with -j4 for concurrent makes.
The same manifest fails to build on android-build.linaro.org The log is here
https://android-build.linaro.org/jenkins/job/angus-akkea_smdkv310/6/consoleT...
Is there something I can add to the build variables to disable the concurrent make ? This would be just to debug the manifest file and then re-enable it afterwards
Thanks Angus