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