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

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

Merge "Drop non-API headers from the NDK vulkan headers."

parents ea8d46f1 e4d4b1c9
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -16,7 +16,10 @@ ndk_headers {
    name: "libvulkan_headers",
    from: "include",
    to: "",
    srcs: ["include/vulkan/**/*.h"],
    srcs: [
        "include/vulkan/vk_platform.h",
        "include/vulkan/vulkan.h",
    ],
    license: "include/vulkan/NOTICE",
}