OSDN Git Service

toybox: Fix race condition during install
authorSteve Kondik <steve@cyngn.com>
Mon, 16 Nov 2015 06:27:44 +0000 (22:27 -0800)
committerSteve Kondik <steve@cyngn.com>
Mon, 16 Nov 2015 06:27:44 +0000 (22:27 -0800)
commit85bdd234fffca5447c2b706a109de97ca3e82e6b
tree782bde43bdb3e4c0a67f565991966cbfb9918469
parent1d04d1ad49386f362921a848d9053a27678a54c4
toybox: Fix race condition during install

 * It's possible that if we create a link which actually has a real
   package that the build system follows the link and ends up in place
   of the toybox binary. This is happening with blkid now, so remove
   it from the system image (and keep it for recovery)

Change-Id: I5efc471c5339a7718964698d23b955993a1f0563
Android.mk