Convert to Android.bp

Manually running brillo_update_payload fails because it now runs from
out/soong/host/linux-x86/bin but shflags only exists in out/host if
built by Android.mk.

Test: brillo_update_payload
Change-Id: I365b43ac60e73b4019d81583d8007ca2fafeeb8d
2 files changed
tree: 8d06d4dda657ddadf863b0c62a8bf16cc378ce63
  1. bin/
  2. doc/
  3. examples/
  4. lib/
  5. src/
  6. test_results/
  7. .gitignore
  8. Android.bp
  9. LICENSE
  10. MODULE_LICENSE_APACHE2
  11. NOTICE
  12. README.md
README.md

shFlags README

shFlags is a port of the Google gflags library for Unix shell. The code is written in a way to be as portable as possible to work across a wide array of Unix variants. It is also tested with shUnit2 to maintain code quality.

If you'd like to use shFlags, feel free to read the documentation. https://github.com/kward/shflags/wiki/Documentation10x