aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-03 02:45:09 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-03 02:45:09 +0000
commitd6223464c6eec4d055d78ad3ff79ce2e06765f72 (patch)
treea18c46d42b4618dfd163ab791e03464c98176e53
parent8c4077d35529be90f37c3538f505c6062244bcb7 (diff)
parent707de56c3cbb0fcd33ec955c52a0fb1fdfacdab3 (diff)
downloadlibevent-d6223464c6eec4d055d78ad3ff79ce2e06765f72.tar.gz
Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]
am: 707de56c3c Change-Id: I82dd51f8ff45d2130f7e8e58c567e3e5fbbb354d
-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: {