1# Bazel rules for Android Platform. 2 3This directory contains Starlark extensions for building the Android Platform with Bazel. 4 5## APEX 6 7Run the following command to build a miminal APEX example. 8 9``` 10$ b build //build/bazel/examples/apex/minimal:build.bazel.examples.apex.minimal 11``` 12 13Verify the contents of the APEX with `zipinfo`: 14 15``` 16$ zipinfo bazel-bin/build/bazel/examples/apex/minimal/build.bazel.examples.apex.minimal.apex 17``` 18