We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c543fd2 + 33bf9d9 commit 90f3161Copy full SHA for 90f3161
1 file changed
services/stats/Android.bp
@@ -7,6 +7,11 @@ package {
7
default_applicable_licenses: ["frameworks_native_license"],
8
}
9
10
+vintf_fragment {
11
+ name: "android.frameworks.stats-service.xml",
12
+ src: "android.frameworks.stats-service.xml",
13
+}
14
+
15
cc_library_shared {
16
name: "libstatshidl",
17
srcs: [
@@ -38,7 +43,7 @@ cc_library_shared {
38
43
local_include_dirs: [
39
44
"include/stats",
40
45
],
41
- vintf_fragments: [
46
+ vintf_fragment_modules: [
42
47
"android.frameworks.stats-service.xml",
48
49
0 commit comments