remove dependencies related to the system property of android.
authorjiseob.jang <jiseob.jang@samsung.com>
Thu, 1 Feb 2018 06:35:27 +0000 (15:35 +0900)
committerjiseob.jang <jiseob.jang@samsung.com>
Tue, 20 Mar 2018 08:43:26 +0000 (17:43 +0900)
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 <jiseob.jang@samsung.com>
experiments/android_nn/nn/depend/android-base/include/android-base/properties.h
experiments/android_nn/nn/depend/libc/include/sys/system_properties.h

index 041586c..b837cdd 100644 (file)
@@ -19,9 +19,9 @@
 
 #include <sys/cdefs.h>
 
-#if !defined(__BIONIC__)
-#error Only bionic supports system properties.
-#endif
+//#if !defined(__BIONIC__)
+//#error Only bionic supports system properties.
+//#endif
 
 #include <chrono>
 #include <limits>
index d075859..d6fc01d 100644 (file)
@@ -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.
  */