aboutsummaryrefslogtreecommitdiff
path: root/rules/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'rules/README.md')
-rw-r--r--rules/README.md12
1 files changed, 1 insertions, 11 deletions
diff --git a/rules/README.md b/rules/README.md
index d6a1b8a7..75c76bbd 100644
--- a/rules/README.md
+++ b/rules/README.md
@@ -4,14 +4,4 @@ This directory contains Starlark extensions for building the Android Platform wi
## APEX
-Run the following command to build a miminal APEX example.
-
-```
-$ b build //build/bazel/examples/apex/minimal:build.bazel.examples.apex.minimal
-```
-
-Verify the contents of the APEX with `zipinfo`:
-
-```
-$ zipinfo bazel-bin/build/bazel/examples/apex/minimal/build.bazel.examples.apex.minimal.apex
-```
+See [apex/README.md](apex/README.md).