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

Commit 9e8d4492 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Define VINTF fragment as a module type" into main

parents 6a3fdbbf fda8f0db
Loading
Loading
Loading
Loading
+6 −1
Original line number Original line Diff line number Diff line
@@ -23,6 +23,11 @@ package {
    default_applicable_licenses: ["frameworks_native_license"],
    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 {
cc_binary {
    name: "android.frameworks.automotive.display@1.0-service",
    name: "android.frameworks.automotive.display@1.0-service",
    defaults: ["hidl_defaults"],
    defaults: ["hidl_defaults"],
@@ -50,7 +55,7 @@ cc_binary {
        "-DLOG_TAG=\"AutomotiveDisplayService\""
        "-DLOG_TAG=\"AutomotiveDisplayService\""
    ],
    ],


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