commit | 2a4eafae6e00de826f17ec0a1ed770255ab539bf | [log] [tgz] |
---|---|---|
author | Chris Redpath <chris.redpath@arm.com> | Tue Sep 27 12:08:33 2016 +0100 |
committer | Chris Redpath <chris.redpath@arm.com> | Tue Sep 27 12:08:33 2016 +0100 |
tree | c80dc4e83ddacc6c16a7c6da9c091e2585116db9 | |
parent | 08b36e71cbb6b58e40e8f13abd84bf1ba14911df [diff] |
AndroidTarget: Handle ls format change in Android 7.0 We expect ls to output single column listings. Previous to Linaro Android 16.09 release, this was the default. From the 16.09 release onwards, the default is multi-column. Unfortunately, pre-16.09 ls does not support the '-1' option to guarantee single column output. Test for ls supporting '-1' and use it if possible. Signed-off-by: Chris Redpath <chris.redpath@arm.com>