Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fda8f0db authored by Kiyoung Kim's avatar Kiyoung Kim
Browse files

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
parent 34f8fbd4
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -23,6 +23,11 @@ package {
    default_applicable_licenses: ["frameworks_native_license"],
}

vintf_fragment {
    name: "manifest_android.frameworks.automotive.display@1.0.xml",
    src: "manifest_android.frameworks.automotive.display@1.0.xml",
}

cc_binary {
    name: "android.frameworks.automotive.display@1.0-service",
    defaults: ["hidl_defaults"],
@@ -50,7 +55,7 @@ cc_binary {
        "-DLOG_TAG=\"AutomotiveDisplayService\""
    ],

    vintf_fragments: [
    vintf_fragment_modules: [
        "manifest_android.frameworks.automotive.display@1.0.xml",
    ],
}