diff options
author | LaMont Jones <lamontjones@google.com> | 2021-08-30 23:20:08 +0000 |
---|---|---|
committer | LaMont Jones <lamontjones@google.com> | 2021-08-30 23:20:08 +0000 |
commit | f0bb568508c43a9f47652959ede61811043747f3 (patch) | |
tree | 9925809473104d1983c5121cbc670f65150423e5 /Android.bp | |
parent | 02b3ca4e7c61d149bedae1cd8fa79492f323f2f6 (diff) |
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: I2585f840736f0647c50fcf0b7b78bd33383f6451
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp index 815e7662e6..fc6babe6ad 100644 --- a/Android.bp +++ b/Android.bp @@ -58,8 +58,6 @@ cc_defaults { "libhidl_gtest_helper", ], - group_static_libs: true, - // Lists all system dependencies that can be expected on the device. shared_libs: [ "libbase", |