Replaces Target with Platform as appropriate.

os, bsp, and versions of both have been replaced
in target with a Platform wrapping them all. The
Platform object also provides methods/properties
to get os root, build cache, and other cache dirs, as
well as wrap device/os linking.

BUG: 28401438
Change-Id: Id1d37e89b3b2295557a5071854772d6f4718b9da
TEST: Unit tests pass, ran all affected commands
38 files changed
tree: 77fb20d6ba8b1def3bd788f7d5c60e6d4c732842
  1. brunch/
  2. build/
  3. cli/
  4. debugging/
  5. pkgconfig/
  6. schema/
  7. .gitignore
  8. Android.mk
  9. CHANGES.md
  10. MODULE_LICENSE_APACHE2
  11. NOTICE
  12. PREUPLOAD.cfg
  13. README.md
  14. VERSION
README.md

The Brillo Developer Kit (BDK)

This is the bdk which is used to build Brillo.

Directory Listing

  • cli/: The main body of code that makes up the bdk tool.
  • schema/: Specification for the user's project.xml files.
  • CHANGES: A log highlighting major features across releases.
  • VERSION: This file should be the source of truth of the version number for a checkout. It will be updated by Builders and used by tools needing version information.