Add statsd exports to be consumed by unbundled modules
This is needed first for ART to enable statsd metrics reporting, but this will be needed by more modules as they become unbundled. Test: build-mainline-modules.sh Bug: 178500083 Change-Id: I5af0b8db7a24c86ffd3f34732ac747a4fc6a7a55
This commit is contained in:
parent
05ad76b459
commit
7529f06707
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ MODULES_SDK_AND_EXPORTS=(
|
|||
platform-mainline-test-exports
|
||||
runtime-module-host-exports
|
||||
runtime-module-sdk
|
||||
stats-log-api-gen-exports
|
||||
statsd-module-sdk
|
||||
tzdata-module-test-exports
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue