diff options
Diffstat (limited to 'lib/portability.h')
-rw-r--r-- | lib/portability.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/portability.h b/lib/portability.h index f5f8352a..f57eb026 100644 --- a/lib/portability.h +++ b/lib/portability.h @@ -251,7 +251,6 @@ pid_t xfork(void); // use toybox before they're ready to switch to host bionic. #ifdef __BIONIC__ #include <android/log.h> -#include <sys/system_properties.h> #else typedef enum android_LogPriority { ANDROID_LOG_UNKNOWN = 0, @@ -268,11 +267,6 @@ static inline int __android_log_write(int pri, const char *tag, const char *msg) { return -1; } -#define PROP_VALUE_MAX 92 -static inline int __system_property_set(const char *key, const char *value) -{ - return -1; -} #endif // libprocessgroup is an Android platform library not included in the NDK. |