GNOME Bugzilla – Bug 750162
android: NDK r10e does not set HOST_SED anymore
Last modified: 2015-08-16 13:40:29 UTC
In latest NDK, HOST_SED is not set anymore. Our build system breaks silently in that case (trying to execute -n).
Is there still a sed shipped with the NDK or do we have to bundle ours for Windows?
I's sill shipped, it's just the define that is gone.
Created attachment 308987 [details] [review] android-bootstrap: Don't hide installation failure
Created attachment 308988 [details] [review] android: Update to NDK r10e
Created attachment 308989 [details] [review] android: Import definition of HOST_SED HOST_SED definition is gone in r10e but sed is still prebuilt, so import it's definition in our own makefile.
Note that after merging that, the bootstrap will need to be re-run on the build bot.
Comment on attachment 308988 [details] [review] android: Update to NDK r10e Make sure to poke Edward before pushing this so the CI doesn't collapse :)
Attachment 308987 [details] pushed as 3aae1a1 - android-bootstrap: Don't hide installation failure Attachment 308988 [details] pushed as 261d1f2 - android: Update to NDK r10e Attachment 308989 [details] pushed as c449183 - android: Import definition of HOST_SED
For the reference, Edward informed me the the build bot was updating the bootstrap automatically.