Merge "Remove libstatssocket from statsd_test" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f8222617c7
@@ -122,7 +122,6 @@ cc_defaults {
|
||||
"libbinder_ndk",
|
||||
"libincident",
|
||||
"liblog",
|
||||
"libstatssocket",
|
||||
"statsd-aidl-ndk_platform",
|
||||
],
|
||||
}
|
||||
@@ -215,7 +214,10 @@ cc_binary {
|
||||
type: "lite",
|
||||
},
|
||||
|
||||
shared_libs: ["libgtest_prod"],
|
||||
shared_libs: [
|
||||
"libgtest_prod",
|
||||
"libstatssocket",
|
||||
],
|
||||
|
||||
apex_available: [
|
||||
"com.android.os.statsd",
|
||||
|
||||
Reference in New Issue
Block a user