Advertisement
Guest User

Untitled

a guest
May 12th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. function usage() {
  2. echo "Usage: $0 [OPTION]..."
  3. echo " -h, --help you're reading it"
  4. echo " -d, --droid-hal build droid-hal-device (rpm/)"
  5. echo " -c, --configs build droid-configs"
  6. echo " -m, --mw[=REPO] build HW middleware packages or REPO"
  7. echo " -v, --version build droid-hal-version"
  8. echo " -b, --build=PKG build one package (PKG can include path)"
  9. echo " -s, --spec=SPEC optionally used with -m or -b"
  10. echo " can be supplied multiple times to build multiple .spec files at once"
  11. echo " -D, --do-not-install"
  12. echo " useful when package is needed only in the final image"
  13. echo " especially when it conflicts in an SDK target"
  14. echo " No options assumes building for all areas."
  15. exit 1
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement