From 6f0e2131520cf28a925baa0f6a7cc29ea4a247fb Mon Sep 17 00:00:00 2001 From: "jiseob.jang" Date: Thu, 1 Feb 2018 15:35:27 +0900 Subject: [PATCH] remove dependencies related to the system property of android. This dependency is not completely removed here. The system property of android must be replaced to doing the same thing in tizen. Signed-off-by: jiseob.jang --- .../nn/depend/android-base/include/android-base/properties.h | 6 +++--- .../android_nn/nn/depend/libc/include/sys/system_properties.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/experiments/android_nn/nn/depend/android-base/include/android-base/properties.h b/experiments/android_nn/nn/depend/android-base/include/android-base/properties.h index 041586c..b837cdd 100644 --- a/experiments/android_nn/nn/depend/android-base/include/android-base/properties.h +++ b/experiments/android_nn/nn/depend/android-base/include/android-base/properties.h @@ -19,9 +19,9 @@ #include -#if !defined(__BIONIC__) -#error Only bionic supports system properties. -#endif +//#if !defined(__BIONIC__) +//#error Only bionic supports system properties. +//#endif #include #include diff --git a/experiments/android_nn/nn/depend/libc/include/sys/system_properties.h b/experiments/android_nn/nn/depend/libc/include/sys/system_properties.h index d075859..d6fc01d 100644 --- a/experiments/android_nn/nn/depend/libc/include/sys/system_properties.h +++ b/experiments/android_nn/nn/depend/libc/include/sys/system_properties.h @@ -39,7 +39,7 @@ __BEGIN_DECLS typedef struct prop_info prop_info; #define PROP_VALUE_MAX 92 - +#define __INTRODUCED_IN(api_level) /* * Sets system property `key` to `value`, creating the system property if it doesn't already exist. */ -- 2.7.4