[Android] Do not set error mode, since we use grep.

Rafaël Carré funman at videolan.org
Thu May 3 18:20:33 CEST 2012


Le 03/05/2012 12:09, Jean-Baptiste Kempf a écrit :
> android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu May  3 14:54:48 2012 +0200| [580483e145b7c48fd38ae85a7c1f87fdaa330cfa] | committer: Jean-Baptiste Kempf
> 
> Do not set error mode, since we use grep.
> 
> Error mode broke any version not NDKr7

I don't agree with this, we should error if something we didnt handle
happens.

If some commands can legitimately fail we can allow them with:

command || true

Better fail immediately than much later in the build process with an
obscure message


More information about the Android mailing list