From 90042a5f8c987582736f4eed714aeba9416003c6 Mon Sep 17 00:00:00 2001 From: David Friedman Date: Thu, 28 May 2015 21:07:46 -0700 Subject: Docs: Corrects technical content of one sentence, and deletes another. Change-Id: Iaf894f9d9d68e4e2be9a1d1f8173b83a781241f4 --- docs/html-ndk/ndk/guides/application_mk.jd | 2 +- docs/html-ndk/ndk/guides/concepts.jd | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) (limited to 'docs/html-ndk') diff --git a/docs/html-ndk/ndk/guides/application_mk.jd b/docs/html-ndk/ndk/guides/application_mk.jd index fab611b..1294687 100644 --- a/docs/html-ndk/ndk/guides/application_mk.jd +++ b/docs/html-ndk/ndk/guides/application_mk.jd @@ -12,7 +12,7 @@ page.title=Application.mk -

This document explains the syntax of the {@code Application.mk} build file, which describes the +

This document explains the {@code Application.mk} build file, which describes the native modules that your app requires. A module can be a static library, a shared library, or an executable.

diff --git a/docs/html-ndk/ndk/guides/concepts.jd b/docs/html-ndk/ndk/guides/concepts.jd index c2eccd4..0601f21 100644 --- a/docs/html-ndk/ndk/guides/concepts.jd +++ b/docs/html-ndk/ndk/guides/concepts.jd @@ -115,20 +115,22 @@ ARMEABI (default), MIPS, and x86. For more information, see -

The following two items only apply in cases in which you are using the toolchains provided with -the Android NDK as standalone compilers.

+

The following two items are only required for building using the +{@code ndk-build} script, +and for debugging using the +{@code ndk-gdb} script.