aboutsummaryrefslogtreecommitdiff
path: root/rules/README.md
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:41:17 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:41:17 +0000
commit1613022e1a36fc78f8f714d997d48839bba78bc0 (patch)
treeb29c0cdf22352472acebd6223deb592ac4f2e7ec /rules/README.md
parent9850fee71151e8e244e202597d6e1920ee3a71c3 (diff)
parentfc5f0418611c0dfb4950f7f7200556f62f49be32 (diff)
downloadbazel-1613022e1a36fc78f8f714d997d48839bba78bc0.tar.gz
Snap for 10453563 from fc5f0418611c0dfb4950f7f7200556f62f49be32 to mainline-conscrypt-release
Change-Id: I6afd8b9e677ad645e0d2c302dff33d1dc2e35721
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).