Merge "Docs: Fixes NDK-related code sample for N Preview Behavior Changes." into mnc-mr-docs

This commit is contained in:
David Friedman
2016-03-08 20:32:15 +00:00
committed by Android (Google) Code Review

View File

@@ -453,9 +453,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>