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

Commit 9cab7ee1 authored by Logan Chien's avatar Logan Chien
Browse files

Add llndk_library for libvulkan

This commit adds a llndk_library module definition for libvulkan so
that vendor modules can depend on libvulkan (like libGLESv2).

Bug: 72426809
Test: lunch aosp_walleye-userdebug && make -j8

Merged-In: I78d756fc6915fed06ba4c8998ef67f44c668f1c1
Change-Id: I78d756fc6915fed06ba4c8998ef67f44c668f1c1
(cherry picked from commit 8a6aea25)
parent 68b39240
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -45,6 +45,12 @@ cc_library_headers {
    sdk_version: "24",
    sdk_version: "24",
}
}


llndk_library {
    name: "libvulkan",
    symbol_file: "libvulkan/libvulkan.map.txt",
    export_include_dirs: ["include"],
}

subdirs = [
subdirs = [
    "nulldrv",
    "nulldrv",
    "libvulkan",
    "libvulkan",