Merge "[DO NOT MERGE] Revert "Make libstatssocket shared"" into stage-aosp-master

This commit is contained in:
Greg Kaiser
2020-05-08 23:51:02 +00:00
committed by Android (Google) Code Review

View File

@@ -122,13 +122,6 @@ cc_library {
"liblog",
"libcutils",
],
target: {
android: {
shared_libs: ["libstatssocket"],
},
host: {
static_libs: ["libstatssocket"],
},
},
static_libs: ["libstatssocket"],
}