Docs: Fixes NDK-related code sample for N Preview Behavior Changes.

Change-Id: I9640142e0185ef739629a5ea092dcdb9b1382ab3
This commit is contained in:
David Friedman
2016-03-08 12:25:35 -08:00
parent 6aed9862d7
commit 5e145b7812

View File

@@ -429,9 +429,10 @@ JavaVM::AttachCurrentThread from <jni.h>.
</li>
<li>Use of {@code property_get} symbol from {@code libcutils.so} can be
replaced with the public {@code alternative __system_property_get}:
replaced with the public {@code alternative __system_property_get}.
To do this, use {@code __system_property_get} with the following include:
<pre>
#include &lt;sys/system_properties.h&gt; and use __system_property_get
#include &lt;sys/system_properties.h&gt;
</pre>
</li>