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

Commit 5e145b78 authored by David Friedman's avatar David Friedman
Browse files

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

Change-Id: I9640142e0185ef739629a5ea092dcdb9b1382ab3
parent 6aed9862
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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>