We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a3fdbb + fda8f0d commit 9e8d449Copy full SHA for 9e8d449
1 file changed
services/automotive/display/Android.bp
@@ -23,6 +23,11 @@ package {
23
default_applicable_licenses: ["frameworks_native_license"],
24
}
25
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
+
31
cc_binary {
32
name: "android.frameworks.automotive.display@1.0-service",
33
defaults: ["hidl_defaults"],
@@ -50,7 +55,7 @@ cc_binary {
50
55
"-DLOG_TAG=\"AutomotiveDisplayService\""
51
56
],
52
57
53
- vintf_fragments: [
58
+ vintf_fragment_modules: [
54
59
"manifest_android.frameworks.automotive.display@1.0.xml",
60
61
0 commit comments