Merge "Stop using group_static_libs property"

This commit is contained in:
Treehugger Robot
2021-08-31 16:46:49 +00:00
committed by Gerrit Code Review
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,
}