xref: /aosp_15_r20/external/skia/third_party/vulkanmemoryallocator/BUILD.bazel (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1package(
2    default_applicable_licenses = ["//:license"],
3)
4
5licenses(["notice"])
6# TODO(kjlubick) remove this after G3 rolls
7
8alias(
9    name = "vulkanmemoryallocator",
10    actual = "//src/gpu/vk/vulkanmemoryallocator:vulkanmemoryallocator",
11    visibility = ["//visibility:public"],
12)
13