Add framework-statsd dependency and make framework-statsd visible to

Tethering package.

Tethering needs StatsEvent and StatsLog which are in
framework-statsd.stubs.module_lib to write metrics.

Bug: 153942334

Test: make
Change-Id: I8ba142a9b3678de36e6c4880a64e992e00680f38
This commit is contained in:
waynema
2020-06-19 19:48:56 +08:00
committed by Wayne Ma
parent 675697222a
commit b7048af0a9

View File

@@ -33,6 +33,7 @@ java_defaults {
"net-utils-framework-common", "net-utils-framework-common",
], ],
libs: [ libs: [
"framework-statsd.stubs.module_lib",
"framework-tethering.impl", "framework-tethering.impl",
"framework-wifi", "framework-wifi",
"unsupportedappusage", "unsupportedappusage",