diff options
author | 2021-12-10 21:19:56 +0000 | |
---|---|---|
committer | 2022-01-27 20:48:38 +0000 | |
commit | 4b7d9b148be5ffdef55b8053214defbe21bf1c61 (patch) | |
tree | e367910535f37644b372dc40641871044cbfbce7 /libs/tracingproxy | |
parent | f11f0311900ed57e69565529a44922fbb71a53af (diff) |
base: add support for routing traces to reporters
Change-Id: I4ff55e9c211bfedada85234ee86f7484acf633ee
Diffstat (limited to 'libs/tracingproxy')
-rw-r--r-- | libs/tracingproxy/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/tracingproxy/Android.bp b/libs/tracingproxy/Android.bp index 7126bfac773d..23d107b56340 100644 --- a/libs/tracingproxy/Android.bp +++ b/libs/tracingproxy/Android.bp @@ -37,6 +37,7 @@ cc_library_shared { srcs: [ ":ITracingServiceProxy.aidl", + ":TraceReportParams.aidl", ], shared_libs: [ |