diff --git a/docs/html/preview/behavior-changes.jd b/docs/html/preview/behavior-changes.jd index 6c34029624b15..04f78be57895d 100644 --- a/docs/html/preview/behavior-changes.jd +++ b/docs/html/preview/behavior-changes.jd @@ -453,9 +453,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>