summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaMont Jones <lamontjones@google.com>2021-08-30 23:20:07 +0000
committerLaMont Jones <lamontjones@google.com>2021-08-30 23:20:07 +0000
commitce6c4e94ffcc4e4ecabd7d64c8f7c65433d5eb0c (patch)
tree12119d2439c5ef2fe13f3951b789a93d3ce39154
parentcf06b4a943a507a47edae816d2d40a5edd7162eb (diff)
downloadmclinker-ce6c4e94ffcc4e4ecabd7d64c8f7c65433d5eb0c.tar.gz
Stop using `group_static_libs` property
This property is now ignored, so there is no need to set it. For more details, see the bug and/or "Effecient archive file handling" in https://lld.llvm.org/NewLLD.html#key-concepts Bug: 189475744 Test: Manual build succeeds Change-Id: I16f1e1549201646e4eb530916beb217ef236d3bf
-rw-r--r--tools/mcld/Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/mcld/Android.bp b/tools/mcld/Android.bp
index 3342f36..6681aae 100644
--- a/tools/mcld/Android.bp
+++ b/tools/mcld/Android.bp
@@ -42,7 +42,6 @@ cc_binary {
// arch-specific static libraries depend on libmcldTarget.
// Can be removed once soong supports transitive static library dependencies
- group_static_libs: true,
static_libs: [
"libmcldADT",
"libmcldCore",