summaryrefslogtreecommitdiffstats
path: root/docs/html-ndk/ndk/guides/application_mk.jd
diff options
context:
space:
mode:
authorDavid Friedman <dmail@google.com>2015-05-29 05:31:56 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-05-29 05:31:56 +0000
commit2ed3a89c1b6c57b45b08ab9e6bcf29c33d82cdd2 (patch)
treee216837110aceb1d31f486bf29c90c4013756ebb /docs/html-ndk/ndk/guides/application_mk.jd
parent2f85475c18d68d8719f20e4385dccb3ba0117d1a (diff)
parent90042a5f8c987582736f4eed714aeba9416003c6 (diff)
downloadframeworks_base-2ed3a89c1b6c57b45b08ab9e6bcf29c33d82cdd2.zip
frameworks_base-2ed3a89c1b6c57b45b08ab9e6bcf29c33d82cdd2.tar.gz
frameworks_base-2ed3a89c1b6c57b45b08ab9e6bcf29c33d82cdd2.tar.bz2
am 90042a5f: Docs: Corrects technical content of one sentence, and deletes another.
* commit '90042a5f8c987582736f4eed714aeba9416003c6': Docs: Corrects technical content of one sentence, and deletes another.
Diffstat (limited to 'docs/html-ndk/ndk/guides/application_mk.jd')
-rw-r--r--docs/html-ndk/ndk/guides/application_mk.jd2
1 files changed, 1 insertions, 1 deletions
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
</div>
</div>
-<p>This document explains the syntax of the {@code Application.mk} build file, which describes the
+<p>This document explains the {@code Application.mk} build file, which describes the
native <em>modules</em> that your app requires. A module can be a static library, a shared library,
or an executable.</p>