From 5e145b781216a416170532955c561cd82b8a9aba Mon Sep 17 00:00:00 2001 From: David Friedman Date: Tue, 8 Mar 2016 12:25:35 -0800 Subject: [PATCH] Docs: Fixes NDK-related code sample for N Preview Behavior Changes. Change-Id: I9640142e0185ef739629a5ea092dcdb9b1382ab3 --- docs/html/preview/behavior-changes.jd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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>