Merge "Add statsd_java_aidl to framework-statsd"

This commit is contained in:
Muhammad Qureshi
2020-02-08 19:51:04 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 4 deletions

View File

@@ -263,8 +263,6 @@ filegroup {
":libcamera_client_aidl",
":libcamera_client_framework_aidl",
":libupdate_engine_aidl",
// TODO: this needs to be removed when statsd-framework.jar is separated out
":statsd_java_aidl",
":storaged_aidl",
":vold_aidl",

View File

@@ -15,9 +15,9 @@
filegroup {
name: "framework-statsd-sources",
srcs: [
"java/**/*.java",
"java/**/*.java",
":statsd_java_aidl",
],
path: "java",
}
java_library {