From 707de56c3cbb0fcd33ec955c52a0fb1fdfacdab3 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Mon, 2 Oct 2017 10:41:08 -0700 Subject: 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 --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: { -- cgit v1.2.3