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

Commit b122451f authored by Marco Nelissen's avatar Marco Nelissen Committed by android-build-merger
Browse files

Merge "gui: add hidl hybrid interface as libgui header dependency" am: 8101dfa9 am: e951b2a6

am: 093cfb04

Change-Id: I89e490b3fa17dcbb6b04a7bfd494c2c0b8324ffc
parents ffc4a1bd 093cfb04
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -15,6 +15,10 @@ cc_library_headers {
    name: "libgui_headers",
    vendor_available: true,
    export_include_dirs: ["include"],

    // we must build this module to get the required header as that is generated
    export_shared_lib_headers: [ "android.hidl.token@1.0-utils" ],
    shared_libs: [ "android.hidl.token@1.0-utils" ],
}

cc_library_shared {