From 47e86d7988cc865354573c5447bee9cee994749a Mon Sep 17 00:00:00 2001 From: jingwen Date: Wed, 11 Jul 2018 13:02:32 -0700 Subject: Fixed some typos in the Android NDK documentation RELNOTES: None. PiperOrigin-RevId: 204173447 --- site/docs/android-ndk.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'site/docs') 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_ --cpu= common:android_ --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 -- cgit v1.2.3