diff --git a/docs/html/preview/behavior-changes.jd b/docs/html/preview/behavior-changes.jd index 1f8a74f86de32..3f1bb0a3f87fd 100644 --- a/docs/html/preview/behavior-changes.jd +++ b/docs/html/preview/behavior-changes.jd @@ -429,9 +429,10 @@ JavaVM::AttachCurrentThread from <jni.h>.
  • 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:
    -#include <sys/system_properties.h> and use __system_property_get
    +#include <sys/system_properties.h>