Loading docs/html/preview/behavior-changes.jd +3 −2 Original line number Diff line number Diff line Loading @@ -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 <sys/system_properties.h> and use __system_property_get #include <sys/system_properties.h> </pre> </li> Loading Loading
docs/html/preview/behavior-changes.jd +3 −2 Original line number Diff line number Diff line Loading @@ -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 <sys/system_properties.h> and use __system_property_get #include <sys/system_properties.h> </pre> </li> Loading