| commit | c423d7afecebbbf733e45b4d9324648f2f353925 | [log] [tgz] |
|---|---|---|
| author | Dan Willemsen <dwillemsen@google.com> | Tue Oct 03 03:14:01 2017 +0000 |
| committer | android-build-merger <android-build-merger@google.com> | Tue Oct 03 03:14:01 2017 +0000 |
| tree | efac36df5e32822a5b8c33c4f66c6a3d72e9be3a | |
| parent | a4fcd22ffd4ecdf5a65534c58ff0e5fae3a25a02 [diff] | |
| parent | 735fef090da3e9a6a67433bc32346737f71895fb [diff] |
Merge "Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]]" am: c6021960a4 am: 735fef090d Change-Id: Ifac56a2c624409f602a84042d3575ea218fce4c4
diff --git a/linker/Android.bp b/linker/Android.bp index c8c1256..f802f45 100644 --- a/linker/Android.bp +++ b/linker/Android.bp
@@ -27,7 +27,7 @@ device_supported: false, target: { linux_bionic: { enabled: true }, - linux: { enabled: false }, + linux_glibc: { enabled: false }, darwin: { enabled: false }, },