Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f1630ef authored by David Friedman's avatar David Friedman Committed by Android (Google) Code Review
Browse files

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

parents 170191d6 5e145b78
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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>