diff options
| -rw-r--r-- | dex2oat/Android.bp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dex2oat/Android.bp b/dex2oat/Android.bp index 6a4a88ecdd..3a2ae754d8 100644 --- a/dex2oat/Android.bp +++ b/dex2oat/Android.bp @@ -308,20 +308,8 @@ art_cc_binary { shared_libs: [ "libz", ], - compile_multilib: "both", }, }, - - multilib: { - lib32: { - suffix: "32", - }, - lib64: { - suffix: "64", - }, - }, - - symlink_preferred_arch: true, } cc_defaults { |