summaryrefslogtreecommitdiff
path: root/dt_fd_forward
diff options
context:
space:
mode:
author Colin Cross <ccross@android.com> 2019-08-24 14:10:42 -0700
committer Treehugger Robot <treehugger-gerrit@google.com> 2019-08-27 07:07:30 +0000
commit85059deed7dcf86cbfe5f7e84003d1c14e3a0efe (patch)
treea881d5ccb272de76af726e18c97ffbc38eb43949 /dt_fd_forward
parentefd55b5b5837912c737eb0a9fa09954c8085e055 (diff)
Remove multilib suffixes from libraries
Libraries previously did not take the suffix property, which meant that the suffix property in defaults modules applied to libraries was ignored. The suffix property is being added to cc_library modules, which incorrectly renames existing libraries that had defaults with suffix properties. These defaults only apply to library modules, so just remove the suffix properties. Bug: 117607748 Test: m checkbuild Change-Id: Iadbb7369a7e4698394f64d25fc0a11933f41c2dc
Diffstat (limited to 'dt_fd_forward')
-rw-r--r--dt_fd_forward/Android.bp8
1 files changed, 0 insertions, 8 deletions
diff --git a/dt_fd_forward/Android.bp b/dt_fd_forward/Android.bp
index da4ebe50d7..75e5c0dc88 100644
--- a/dt_fd_forward/Android.bp
+++ b/dt_fd_forward/Android.bp
@@ -43,14 +43,6 @@ cc_defaults {
"dt_fd_forward_export",
"art_libartbase_headers", // For strlcpy emulation.
],
- multilib: {
- lib32: {
- suffix: "32",
- },
- lib64: {
- suffix: "64",
- },
- },
}
art_cc_library {