Android 12.0.0 release 20
[automerger skipped] Mark ab/7061308 as merged in stage. am: 04aa44404b -s ours am: cd5220d226 -s ours

am skip reason: Change-Id I3cbb723cf362632f98b1272fb8b98ac97a642248 with SHA-1 97813cb582 is in history

Original change: undetermined

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I8b3cf000ffa1fe428624b233780b5ad4142f66c5
tree: 936ae4ec0932db7a36591d2981c183520defa01d
  1. .githooks/
  2. doc/
  3. examples/
  4. lib/
  5. .gitignore
  6. .travis.yml
  7. Android.bp
  8. CODE_OF_CONDUCT.md
  9. CONTRIBUTING.md
  10. init_githooks.sh
  11. LICENSE
  12. METADATA
  13. MODULE_LICENSE_APACHE2
  14. OWNERS
  15. README.md
  16. shflags
  17. shflags_defines_test.sh
  18. shflags_parsing_test.sh
  19. shflags_private_test.sh
  20. shflags_public_test.sh
  21. shflags_test_helpers
  22. test_runner
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/Documentation12x

Travis CI