Remove min_sdk_version build setting

It was only read in the aspect, which can already
get it directly from the rule that invokes the
aspect.

It would probably also be more ideomatic to replace
the "apex_name" build setting with a "extra_cflags"
one that's owned by the cc rules, but I figured
I'd just stick with this for now.

Test: b build //build/bazel/examples/apex/minimal:build.bazel.examples.apex.minimal
Change-Id: Ibe484fd3253bb0e7a8085f55d2a182f9ff46be5e
3 files changed
tree: 82ff27ccbbc709f7d8d03ebdfc34616287216a77
  1. ci/
  2. docs/
  3. examples/
  4. json_module_graph/
  5. mk2rbc/
  6. platforms/
  7. product_variables/
  8. rules/
  9. rules_cc/
  10. scripts/
  11. tests/
  12. vendor/
  13. bazel.BUILD
  14. bazel.sh
  15. bazel.WORKSPACE
  16. common.bazelrc
  17. darwin.bazelrc
  18. linux.bazelrc
  19. OWNERS
  20. 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.