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",
|
"libbinder_ndk",
|
||||||
"libincident",
|
"libincident",
|
||||||
"liblog",
|
"liblog",
|
||||||
"libstatssocket",
|
|
||||||
"statsd-aidl-ndk_platform",
|
"statsd-aidl-ndk_platform",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
@@ -215,7 +214,10 @@ cc_binary {
|
|||||||
type: "lite",
|
type: "lite",
|
||||||
},
|
},
|
||||||
|
|
||||||
shared_libs: ["libgtest_prod"],
|
shared_libs: [
|
||||||
|
"libgtest_prod",
|
||||||
|
"libstatssocket",
|
||||||
|
],
|
||||||
|
|
||||||
apex_available: [
|
apex_available: [
|
||||||
"com.android.os.statsd",
|
"com.android.os.statsd",
|
||||||
|
|||||||
Reference in New Issue
Block a user