Merge "Stop using group_static_libs property" am: d51dee1209

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1814298

Change-Id: I409d4873ba3b7247a2555ff091d1f804c2efe7b0
This commit is contained in:
Treehugger Robot
2021-08-31 17:09:11 +00:00
committed by Automerger Merge Worker
2 changed files with 0 additions and 3 deletions

View File

@@ -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",

View File

@@ -34,5 +34,4 @@ cc_library_static {
"-Wextra",
"-Werror",
],
group_static_libs: true,
}