Skip to content

Commit 9e8d449

Browse files
Treehugger RobotGerrit Code Review
authored andcommitted
Merge "Define VINTF fragment as a module type" into main
2 parents 6a3fdbb + fda8f0d commit 9e8d449

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)