Android CTS 7.1 Release 2 (3681763)
New Android.mk file to install shflags on the host.

This patch makes the shflags module available on the host under the
path $(HOST_OUT)/bin/lib/shflags/shflags.

Bug: 26113731
TEST=`mm` installed the module on the host output directory.

Change-Id: Ic9566e15b7fe54a5e8ba6e340df865960ba0192d
1 file changed
tree: 38b3def4719ed1d0fd701f2922579867c9c72b84
  1. bin/
  2. doc/
  3. examples/
  4. lib/
  5. src/
  6. test_results/
  7. .gitignore
  8. Android.mk
  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