summaryrefslogtreecommitdiff
path: root/core/java/Android.bp
diff options
context:
space:
mode:
authorCollin Fijalkovich <cfijalkovich@google.com>2020-12-10 16:02:07 -0800
committerCollin Fijalkovich <cfijalkovich@google.com>2021-01-27 13:40:58 -0800
commita5ceac1196b5aa4cd78440fe7b8a3a4ea506c496 (patch)
tree881746eb8252e2669bb778ac357c448e2ec278f3 /core/java/Android.bp
parent5d496eb9b3388daed3ced89bc451b41149756b64 (diff)
Introduce TracingServiceProxy System Services
Introduces a new SystemService to act as intermediary between the Perfetto trace daemon and Traceur. Bug: 175591887 Test: adb shell service call 1 i32 0/1 Change-Id: Idea7761a8479827f0cfa561e56ba2beac3072939
Diffstat (limited to 'core/java/Android.bp')
-rw-r--r--core/java/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/java/Android.bp b/core/java/Android.bp
index fb27f74211fb..af5df769ffad 100644
--- a/core/java/Android.bp
+++ b/core/java/Android.bp
@@ -7,3 +7,8 @@ filegroup {
name: "IDropBoxManagerService.aidl",
srcs: ["com/android/internal/os/IDropBoxManagerService.aidl"],
}
+
+filegroup {
+ name: "ITracingServiceProxy.aidl",
+ srcs: ["android/tracing/ITracingServiceProxy.aidl"],
+}