Skip to content

Commit fda8f0d

Browse files
committed
Define VINTF fragment as a module type
Define VINTF fragment as a module type, so it can be handled with the same logic between KATI based image and Soong based image. Bug: 322089980 Change-Id: I30759436fdadd303df0035b6c4986c939699254c Test: N/A
1 parent 34f8fbd commit fda8f0d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

services/automotive/display/Android.bp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ package {
2323
default_applicable_licenses: ["frameworks_native_license"],
2424
}
2525

26+
vintf_fragment {
27+
name: "manifest_android.frameworks.automotive.display@1.0.xml",
28+
src: "manifest_android.frameworks.automotive.display@1.0.xml",
29+
}
30+
2631
cc_binary {
2732
name: "android.frameworks.automotive.display@1.0-service",
2833
defaults: ["hidl_defaults"],
@@ -50,7 +55,7 @@ cc_binary {
5055
"-DLOG_TAG=\"AutomotiveDisplayService\""
5156
],
5257

53-
vintf_fragments: [
58+
vintf_fragment_modules: [
5459
"manifest_android.frameworks.automotive.display@1.0.xml",
5560
],
5661
}

0 commit comments

Comments
 (0)