From 9f33a2574903844c7a6e033bf86f7ae035350ff2 Mon Sep 17 00:00:00 2001 From: David Friedman Date: Thu, 28 May 2015 13:25:32 -0700 Subject: [PATCH] Docs: Fixes a broken link and a typo; deletes obsolete sentence/link. Change-Id: I78d719f48f795f0477e4a08920ddb05fce48b5fc --- docs/html-ndk/ndk/guides/android_mk.jd | 7 ++----- docs/html-ndk/ndk/guides/prebuilts.jd | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/html-ndk/ndk/guides/android_mk.jd b/docs/html-ndk/ndk/guides/android_mk.jd index 8d0a8b17d304a..9c3c0ec7900c9 100644 --- a/docs/html-ndk/ndk/guides/android_mk.jd +++ b/docs/html-ndk/ndk/guides/android_mk.jd @@ -114,7 +114,7 @@ script determines what to build, and how to do it.

There are more complex examples in the samples directories, with commented {@code Android.mk} files that you can look at. In addition, -Sample: native-activity provides +Sample: native-activity provides a detailed explanation of that sample's {@code Android.mk} file. Finally, Variables and Macros provides further information on the variables from this section. @@ -872,7 +872,4 @@ $(call import-module,<name>)

In this example, the build system looks for the module tagged {@code <name>} in the list of directories referenced that your {@code NDK_MODULE_PATH} environment variable references, and -includes its {@code Android.mk} file automatically for you.

- -

For more information, see Android Module Paths (Sharing Code). -

+includes its {@code Android.mk} file automatically for you.

\ No newline at end of file diff --git a/docs/html-ndk/ndk/guides/prebuilts.jd b/docs/html-ndk/ndk/guides/prebuilts.jd index f13e70eded7a7..52eb4379dce79 100644 --- a/docs/html-ndk/ndk/guides/prebuilts.jd +++ b/docs/html-ndk/ndk/guides/prebuilts.jd @@ -39,7 +39,7 @@ use cases for this functionality:

library appropriate to your target ABI. For more information on ensuring library support for ABIs, see Selecting ABIs for Prebuilt Libraries.

  • Include {@code PREBUILT_SHARED_LIBRARY} or {@code PREBUILT_STATIC_LIBRARY}, depending on - whether you are using a shared ({@code .so}) or static {@code .a}) library.
  • + whether you are using a shared ({@code .so}) or static ({@code .a}) library.

    Here is a trivial example that assumes the prebuilt library {@code libfoo.so} resides in