aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2015-04-01 21:03:31 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-04-01 21:03:31 +0000
commitd94681cd0855040b70bd15d45af09d10d5f9e47b (patch)
tree489bac118d4f260734a0be9ec565eaca74f9ee28
parentc8010a1fd1629e7dcf757e1903d4ad7cce83102c (diff)
parent520d7843af1a5f0ea51efd6d091ac376b7a98bc3 (diff)
downloadndk-d94681cd0855040b70bd15d45af09d10d5f9e47b.tar.gz
Merge "Fixed typo about linking libOpenSLES"
-rw-r--r--docs/Additional_library_docs/opensles/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Additional_library_docs/opensles/index.html b/docs/Additional_library_docs/opensles/index.html
index cb183ce25..0e320117b 100644
--- a/docs/Additional_library_docs/opensles/index.html
+++ b/docs/Additional_library_docs/opensles/index.html
@@ -93,7 +93,7 @@ include these, they are shown as an aid in learning the API):
Modify your Android.mk as follows:
<pre>
-LOCAL_LDLIBS += libOpenSLES
+LOCAL_LDLIBS += -lOpenSLES
</pre>
<h3>Audio content</h3>