aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-10-02 10:41:09 -0700
committerDan Willemsen <dwillemsen@google.com>2017-10-02 10:41:09 -0700
commit343ff5b648a668ea476418b50f332e67488210a0 (patch)
tree76fc14d2e1a9849ea7aef519cd77bd70e684b152
parente810243af719c7c46bef163fc1a86c12be4d31f9 (diff)
downloadlibusb-343ff5b648a668ea476418b50f332e67488210a0.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: I1a834354669dd32808f054ebccccff1c8d880bdb 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 266b50d..2ca1b99 100644
--- a/Android.bp
+++ b/Android.bp
@@ -48,7 +48,7 @@ cc_library {
],
},
- linux: {
+ linux_glibc: {
srcs: [
"libusb/os/linux_usbfs.c",
"libusb/os/poll_posix.c",