[sdk] Add media client header and library, simplify lists

This adds the libmedia_client.so client library and header file for
audio to the SDK and simplifies the way the SDK contents are specified
slightly. Also fixes up paths for the kernel debug ids.txt file to be
relative instead of absolute paths based on the bot that made the SDK.

Change-Id: I4818ff5c42a9ff606691459e25fb873b7938de23
1 file changed
tree: 2c79de69dc5b7b3505221b3bb987e7fb107aad4f
  1. gce/
  2. gdb/
  3. grubdisk/
  4. installer/
  5. make-fuchsia-vol/
  6. memory/
  7. vbox/
  8. vim/
  9. zsh-completion/
  10. .gitignore
  11. AUTHORS
  12. build-bootable-rpi3-sdcard.sh
  13. build-bootable-usb-gigaboot.sh
  14. build-qemu.sh
  15. build-sysroot.sh
  16. build-zircon.sh
  17. build_cargo_vendor.sh
  18. check-header-guards.py
  19. check_build_status.py
  20. check_rust_licenses.py
  21. colorize_logs
  22. CONTRIBUTING.md
  23. env.sh
  24. generate-intellij-config.py
  25. git-file-format
  26. git-file-tidy
  27. git_utils.py
  28. install_cargo_vendor.sh
  29. jiri_update_if_green.py
  30. LICENSE
  31. makesdk.go
  32. PATENTS
  33. paths.py
  34. push-package.py
  35. README.md
  36. run-dart-action.py
  37. run-zircon-arm64
  38. run-zircon-x86-64
  39. run.py
  40. start-dhcp-server.sh
  41. symlink-dot-packages.py
  42. trace.sh
  43. update-manifest.go
  44. update_dart_packages.py
  45. update_rust_crates.py
  46. visualize_module_tree.py
  47. zirconize.sed
  48. zirconize.sh
README.md

Scripts

This repository is for scripts useful when hacking on Fuchsia. This repository should contain scripts that perform tasks spanning multiple repositories. Scripts that only operate within a single repository should live in the relevant repository.

push-package.py

The push-package.py script pushes all of the files in a particular package. No checking is performed for incremental changes.

The sample command lines below can be used to build the “modular” package and then push it to the default device. This assumes you have already booted your device with a version of Fuchsia that contains the most recent version of all other packages.

fbuild apps/modular
scripts/push-package.py -o $FUCHSIA_BUILD_DIR packages/gn/modular