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

Commit 44e0f0a5 authored by Dan Albert's avatar Dan Albert Committed by android-build-merger
Browse files

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

am: c416f2eb

Change-Id: I72c6dd7f474010b5410209efad69b0c3fbc88f85
parents acfd2a84 c416f2eb
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",
}