aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-03 03:45:30 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-03 03:45:30 +0000
commitc3b671e164f9765b041fd5b68f0b35eb88b0a245 (patch)
treea18c46d42b4618dfd163ab791e03464c98176e53
parentff96869805452d2a65dd776b3867de48e25e77df (diff)
parente2594339087cc0d1e9c13b35eed7bbe9f79d3876 (diff)
downloadlibevent-c3b671e164f9765b041fd5b68f0b35eb88b0a245.tar.gz
Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]] am: 707de56c3c am: d6223464c6 am: f0cb744af9
am: e259433908 Change-Id: I7a995ee157133c71eec7255352723cc3997e1e75
-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: {