Fork rules_cc starlark rules (and deps)

This institutes a temporary fork of
https://github.com/bazelbuild/rules_cc and one of its dependencies
(https://github.com/bazelbuild/bazel-skylib). This fork contains a
minimal set of a features to facilitate prototyping of Bazel builds of
C++ library targets and the toolchains they depend on.

At a later time, we will use a more principlied solution to pull HEAD of
these two github repositories into AOSP.

Test: Manually verified use of experimental_shared_library.bzl in a
separate prototype change.
Test: Treehugger

Change-Id: I9b35c3b15b7cce408c8e7f87e76b8e509345771a
14 files changed
tree: 384716da32b1165aaee7f5a6320c2abbcbf4014a
  1. bazel_skylib/
  2. docs/
  3. examples/
  4. platforms/
  5. rules/
  6. rules_cc/
  7. scripts/
  8. bazel.BUILD
  9. bazel.sh
  10. bazel.WORKSPACE
  11. common.bazelrc
  12. darwin.bazelrc
  13. linux.bazelrc
  14. OWNERS
  15. README.md
README.md

Bazel

The code in this directory is experimental. Bazel support for Android Platform is undergoing active development and workflow stability is currently not guaranteed.