commit | b542295cd8d906647e013056ab049323ce11e910 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Sep 25 09:59:48 2017 -0700 |
committer | Rob Landley <rob@landley.net> | Mon Sep 25 13:24:58 2017 -0500 |
tree | 8f19984606efd895da508eb68fc6dbc2e04b6232 | |
parent | eb95221609892a20cf4d15d6ee5769a082ad8026 [diff] |
Basic Mach-O support in file(1). The Nexus Player build was subtly broken in that it assumed that the host was using ELF. No-one noticed until a Mac user tried to flash their build, which contained a Mach-O x86 binary instead of an ELF x86 binary. Hilarity ensued. (On the same day, file(1) was able to explain a mixup with an ELF hexagon binary. Next time we see a Mach-O binary on an Android device, we'll be ready!) Bug: http://b/66741960