Skip to content

Commit 33bf9d9

Browse files
committed
Convert vintf_fragments into vintf_fragment module(s)
Convert vintf_fragments into vintf_fragment module(s) so those manifests can be handled in the same way between KATI defined system image and Soong defined system image. Bug: 322089980 Test: aosp_cf_x86_64_phone build succeeded Change-Id: I389fd0f3bcb372fbd2ff9062b5d99384f08cb115
1 parent 1750d7f commit 33bf9d9

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)