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

Commit d7cf69be 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

am: 44e0f0a5

Change-Id: I4894ca20c2ad52565490beb92a1a40efdb05496e
parents 96074086 44e0f0a5
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",
}