aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-02 10:41:08 -0700
committerDan Willemsen <dwillemsen@google.com>2017-10-02 10:41:08 -0700
commit707de56c3cbb0fcd33ec955c52a0fb1fdfacdab3 (patch)
treea18c46d42b4618dfd163ab791e03464c98176e53
parentfe51bcc4dbc63ec8c22dec8b9400feb66f1ccee1 (diff)
downloadlibevent-707de56c3cbb0fcd33ec955c52a0fb1fdfacdab3.tar.gz
Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]
In the future, target.linux will apply to all targets running a linux kernel (android, linux_glibc, linux_bionic). So move all current users to the specific linux_glibc. There will be another cleanup pass later that will move some instances back to target.linux if the properties should be shared with target.android and target.linux_bionic, but target.linux needs to be removed first. Test: out/soong/build.ninja identical before/after Change-Id: I8216651b226e9b475dccb2497abf2dd6f9391bee Exempt-From-Owner-Approval: build system cleanup
-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: {