summaryrefslogtreecommitdiff
path: root/core/java/Android.bp
diff options
context:
space:
mode:
authorRuchir Rastogi <ruchirr@google.com>2020-01-21 23:56:08 -0800
committerRuchir Rastogi <ruchirr@google.com>2020-01-24 12:05:37 -0800
commitf60603ccd79f26ea930bc4a8d6af8640389cedc5 (patch)
tree603e932efe8c1ce89bf79c77b47e3b6348f245e5 /core/java/Android.bp
parent8d2276744562de164e7660866126e3eeb49bfed8 (diff)
Delete CarStatsPuller class
The CarStatsPuller class is not needed because CarStatsService will now directly register the VMS_CLIENT_STATS puller with StatsManager. Test: m -j Bug: 148123503 Change-Id: Icd46af829c8f559315f72feab1eda3b687c57148
Diffstat (limited to 'core/java/Android.bp')
-rw-r--r--core/java/Android.bp5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/java/Android.bp b/core/java/Android.bp
index 9a8e130436f8..fb27f74211fb 100644
--- a/core/java/Android.bp
+++ b/core/java/Android.bp
@@ -7,8 +7,3 @@ filegroup {
name: "IDropBoxManagerService.aidl",
srcs: ["com/android/internal/os/IDropBoxManagerService.aidl"],
}
-
-filegroup {
- name: "ICarStatsService.aidl",
- srcs: ["com/android/internal/car/ICarStatsService.aidl"],
-}