aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar jingwen <jingwen@google.com>2018-07-11 13:02:32 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-07-11 13:03:56 -0700
commit47e86d7988cc865354573c5447bee9cee994749a (patch)
treee193ffb3453051fbfe117c1b8247dc32b3654fff /site
parent1a3c6c94921e63f7e55c9167d356d0b6f6abe6cf (diff)
Fixed some typos in the Android NDK documentation
RELNOTES: None. PiperOrigin-RevId: 204173447
Diffstat (limited to 'site')
-rw-r--r--site/docs/android-ndk.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/docs/android-ndk.md b/site/docs/android-ndk.md
index 4c3f74a946..c59647afb0 100644
--- a/site/docs/android-ndk.md
+++ b/site/docs/android-ndk.md
@@ -19,7 +19,7 @@ tutorial._
- [Configuring the target ABI](#configuring-the-target-abi)
- [Selecting a C++ standard](#selecting-a-c-standard)
- [How it works: introducing Android configuration transitions](#how-it-works-introducing-android-configuration-transitions)
-- [Building a `cc_library` for Android without using `android_binary`](#building-a-cclibrary-for-android-without-using-androidbinary)
+- [Building a `cc_library` for Android without using `android_binary`](#building-a-cc_library-for-android-without-using-android_binary)
## Overview
@@ -353,10 +353,10 @@ common:android_<abi> --cpu=<abi>
common:android_<abi> --host_crosstool_top=@bazel_tools//tools/cpp:toolchain
```
-Then, to build a `cc_library` for `x86_64` for example, run:
+Then, to build a `cc_library` for `x86` for example, run:
```shell
-bazel build //my/cc/jni:target --config=android_x86_64
+bazel build //my/cc/jni:target --config=android_x86
```
In general, use this method for low-level targets (like `cc_library`) or when