Remove apex_available from libstatslog

Test: m -j
Bug: 149781190
Change-Id: I765852b1719a3056c06a0965ea6a05a8e8410693
This commit is contained in:
Jeffrey Huang
2020-03-06 15:18:33 -08:00
parent e2e7cd5d4c
commit 74fc4354b5
13 changed files with 77 additions and 49 deletions

View File

@@ -120,12 +120,6 @@ cc_library {
"liblog",
"libcutils",
],
apex_available: [
"//apex_available:platform",
//TODO(b/149781190): Remove this once statsd no longer depends on libstatslog
"com.android.os.statsd",
"test_com.android.os.statsd",
],
target: {
android: {
shared_libs: ["libstatssocket"],