Remove default test_driver from tree

Change-Id: I35ebbe85d04e05b0663ee57581a3c5997f1d3d68
Reviewed-on: https://fuchsia-review.googlesource.com/c/drivers/rtc/nxp/pcf8563/+/920819
Reviewed-by: Puneetha Ramachandra <puneetha@google.com>
Commit-Queue: Sam Hansen <hansens@google.com>
9 files changed
tree: f81177b9dc60791d3456e0d58f84b758e93e5036
  1. manifests/
  2. scripts/
  3. src/
  4. third_party/
  5. tools/
  6. .bazelrc
  7. .gitignore
  8. .gitmodules
  9. AUTHORS
  10. BUILD.bazel
  11. CONTRIBUTING.md
  12. fuchsia_env.toml
  13. LICENSE
  14. OWNERS
  15. PATENTS
  16. README.md
  17. WORKSPACE.bazel
README.md

Fuchsia RTC Driver Repository

This repository is a based on a template repository which will be adopted automatically by OOT driver repositories.

Template repository is located in: https://fuchsia.googlesource.com/template/driver/

Getting Started

To perform an initial bootstrap, execute the following:

  1. In a terminal, fetch all git submodules:

    git submodule init && git submodule update --recursive
    
  2. Bootstrap the build environment:

    scripts/bootstrap.sh
    
  3. Fetch and build the SDK:

    tools/bazel build @fuchsia_sdk//:fuchsia_toolchain_sdk
    

See the getting started guide for more info.