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:
Eric Holk 2021-02-11 02:06:32 +00:00
parent 05ad76b459
commit 7529f06707

View file

@ -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
)