Skip to content

Commit 90f3161

Browse files
Treehugger RobotGerrit Code Review
authored andcommitted
Merge "Convert vintf_fragments into vintf_fragment module(s)" into main
2 parents c543fd2 + 33bf9d9 commit 90f3161

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

services/stats/Android.bp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ package {
77
default_applicable_licenses: ["frameworks_native_license"],
88
}
99

10+
vintf_fragment {
11+
name: "android.frameworks.stats-service.xml",
12+
src: "android.frameworks.stats-service.xml",
13+
}
14+
1015
cc_library_shared {
1116
name: "libstatshidl",
1217
srcs: [
@@ -38,7 +43,7 @@ cc_library_shared {
3843
local_include_dirs: [
3944
"include/stats",
4045
],
41-
vintf_fragments: [
46+
vintf_fragment_modules: [
4247
"android.frameworks.stats-service.xml",
4348
],
4449
}

0 commit comments

Comments
 (0)