build-setup.sh replace liblz4-tool with lz4
This script is failing with the latest Ubuntu Oracular release:
```
Package liblz4-tool is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package 'liblz4-tool' has no installation candidate
```
Seems the tool we need is just in the standard lz4 package now.
Tested:
- Confirmed container now builds with Oracular
Change-Id: Icc01b2341a354b709b7b4ed2122dd5a61201c22d
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
1 file changed