aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-15 21:40:35 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-15 21:40:35 +0000
commitad215f8425661847eddfbeac82c3d474a5aaab11 (patch)
treef2118a5914ece04d72e5053ebd1d2148e0cc3bf8
parentbad799daf159dcdd747e38ba6155f5bfdfb612d9 (diff)
parenteaeb173c22d4bd0f1c00dff7fbdf019106ab42ec (diff)
downloadlibevent-android12-mainline-tzdata3-release.tar.gz
Change-Id: Id102fd26bf47cdd335e650b08e2eddde22daf59d
-rw-r--r--Android.bp6
-rw-r--r--include/event2/event-config-linux.h2
2 files changed, 0 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp
index a0c5c1b..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,9 +115,4 @@ cc_library {
srcs: ["kqueue.c"],
},
},
- min_sdk_version: "30",
- apex_available: [
- "//apex_available:platform",
- "com.android.bluetooth",
- ],
}
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