aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp2
-rw-r--r--include/event2/event-config-linux.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 5b019d0..9d4b51f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -49,7 +49,6 @@ license {
cc_library {
name: "libevent",
host_supported: true,
- ramdisk_available: true,
recovery_available: true,
vendor_available: true,
product_available: true,
@@ -116,5 +115,4 @@ cc_library {
srcs: ["kqueue.c"],
},
},
- min_sdk_version: "30",
}
diff --git a/include/event2/event-config-linux.h b/include/event2/event-config-linux.h
index 52ac09f..7c43c78 100644
--- a/include/event2/event-config-linux.h
+++ b/include/event2/event-config-linux.h
@@ -352,9 +352,7 @@
#define EVENT__HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/sysctl.h> header file. */
-#if !defined(ANDROID_HOST_MUSL)
#define EVENT__HAVE_SYS_SYSCTL_H 1
-#endif
/* Define to 1 if you have the <sys/timerfd.h> header file. */
#define HAVE_SYS_TIMERFD_H 1