tree: 89e47c5e0c78c5e0b4189a9683473c5c50d567be [path history] [tgz]
  1. bundles/
  2. config/
  3. devices/
  4. docs/
  5. fidl/
  6. lib/
  7. testing/
  8. tools/
  9. BUILD.gn
  10. config.gni
  11. core.api
  12. e2e_testing.api
  13. fuchsia_dart.api
  14. modular_testing.api
  15. OWNERS
  16. README.md
sdk/README.md

Fuchsia SDK

This directory contains the source code for the core of the Fuchsia SDK. The SDK itself is produced as an output of the build by processing the contents of this directory. For example, this directory might contain the source code for a library that is included in the SDK as a prebuilt shared library.

Software outside of the Platform Source Tree should depend only on the Fuchsia SDK.

Learn more

Categories

Not all the interfaces defined in this directory are part of every Fuchsia SDK. Instead, interfaces have a category label that determines whether the interface can be included in a given SDK. For example, interfaces with the internal category are available only within the Platform Source Tree. Interfaces with the partner category are additionally available to partner projects. See sdk_atom.gni for more details.

Governance

The API surface described by the SDK is governed by the Fuchsia API Council and should conform to the appropriate API rubrics.