commit | 4e6bf9e9fa745228fa46b93272eee18d3a22a0d9 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Feb 16 10:53:03 2018 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Feb 16 10:53:03 2018 -0800 |
tree | c6d6f165d8a2c15e0985984e0b650904c2e2e050 | |
parent | d5172fced0f88114e21086db5defaee64371de32 [diff] |
Remove obsolete debuggerd32/debuggerd64 hack. Bug: N/A Test: builds Change-Id: I159eea4e1c0d88e5e51184479ed020e7597390ba
diff --git a/linker/Android.bp b/linker/Android.bp index b6fcf49..2fcf369 100644 --- a/linker/Android.bp +++ b/linker/Android.bp
@@ -209,12 +209,6 @@ android: { static_libs: ["libdebuggerd_handler_fallback"], }, - android64: { - cflags: ["-DTARGET_IS_64_BIT"], - }, - linux_bionic: { - cflags: ["-DTARGET_IS_64_BIT"], - }, }, compile_multilib: "both",