summaryrefslogtreecommitdiff
path: root/statsd/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'statsd/Android.bp')
-rw-r--r--statsd/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/statsd/Android.bp b/statsd/Android.bp
index cf871708..c2167609 100644
--- a/statsd/Android.bp
+++ b/statsd/Android.bp
@@ -377,6 +377,7 @@ cc_test {
"tests/metrics/parsing_utils/config_update_utils_test.cpp",
"tests/metrics/parsing_utils/metrics_manager_util_test.cpp",
"tests/subscriber/SubscriberReporter_test.cpp",
+ "tests/LogEventFilter_test.cpp",
"tests/MetricsManager_test.cpp",
"tests/shell/ShellSubscriber_test.cpp",
"tests/state/StateTracker_test.cpp",
@@ -429,6 +430,7 @@ cc_benchmark {
"benchmark/get_dimensions_for_condition_benchmark.cpp",
"benchmark/hello_world_benchmark.cpp",
"benchmark/log_event_benchmark.cpp",
+ "benchmark/log_event_filter_benchmark.cpp",
"benchmark/main.cpp",
"benchmark/metric_util.cpp",
"benchmark/stats_write_benchmark.cpp",