summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maennich <maennich@google.com>2020-05-04 12:29:19 +0200
committerMatthias Maennich <maennich@google.com>2020-05-04 12:29:19 +0200
commit859b92e1c190257de379edbfab828e628d7b17db (patch)
tree424757f9a6e4961c74e68d50f07497c81407d2f2
parent82c5522fdfbf9499331a4b8c3a962c35381a6311 (diff)
downloadbuild-859b92e1c190257de379edbfab828e628d7b17db.tar.gz
README: fix wrong markdown for code blocks
Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: Id1b6bcd58aa9167a3936591a45b850e7e9bbd9e4
-rw-r--r--abi/README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/abi/README.md b/abi/README.md
index 4b2821e8..b529565a 100644
--- a/abi/README.md
+++ b/abi/README.md
@@ -355,9 +355,10 @@ You can reproduce the KernelABI test locally by running the following command
with the same arguments that you would have run `build/build.sh` with.
Example command for the GKI kernels:
-<pre>
+
+```
$ BUILD_CONFIG=common/build.config.gki.aarch64 build/<b>build_abi.sh</b>
-</pre>
+```
### Updating the Kernel ABI
@@ -365,9 +366,9 @@ If you need to update the kernel ABI, then you must update the corresponding
`abi.xml` file in the kernel source tree. This is most conveniently done by
using `build/build_abi.sh` like so:
-<pre>
+```
$ build/<b>build_abi.sh</b> --update --print-report
-</pre>
+```
with the same arguments that you would have run `build/build.sh` with. This
updates the correct `abi.xml` in the source tree and prints the detected