aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-03 03:15:06 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-03 03:15:06 +0000
commitf0cb744af9120faebc5dcb85b3f6de050655a94d (patch)
treea18c46d42b4618dfd163ab791e03464c98176e53
parenta4f30a3c9b799783db508739ebb83fc2f5560eaf (diff)
parentd6223464c6eec4d055d78ad3ff79ce2e06765f72 (diff)
downloadlibevent-f0cb744af9120faebc5dcb85b3f6de050655a94d.tar.gz
Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]] am: 707de56c3c
am: d6223464c6 Change-Id: I7f033962c2a81324e5b984c76c3b05626c17a442
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 0e0bd59..32de970 100644
--- a/Android.bp
+++ b/Android.bp
@@ -71,7 +71,7 @@ cc_library {
android: {
srcs: ["epoll.c"],
},
- linux: {
+ linux_glibc: {
srcs: ["epoll.c"],
},
linux_bionic: {