diff options
author | Dan Willemsen <dwillemsen@google.com> | 2017-10-03 02:30:05 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-10-03 02:30:05 +0000 |
commit | c6021960a4cfe13d5dccdf54daf5a8db343e93d1 (patch) | |
tree | efac36df5e32822a5b8c33c4f66c6a3d72e9be3a | |
parent | 9385d778fdbc15516124d8f480e86bcda7bd1c23 (diff) | |
parent | 3a3982d779d3123d29e5cd141f83508fc279cabd (diff) |
Merge "Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]"
-rw-r--r-- | linker/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linker/Android.bp b/linker/Android.bp index c8c125681..f802f45ff 100644 --- a/linker/Android.bp +++ b/linker/Android.bp @@ -27,7 +27,7 @@ cc_object { device_supported: false, target: { linux_bionic: { enabled: true }, - linux: { enabled: false }, + linux_glibc: { enabled: false }, darwin: { enabled: false }, }, |