| package( | |
| default_applicable_licenses = ["//:license"], | |
| ) | |
| licenses(["notice"]) | |
| # TODO(kjlubick) remove this after G3 rolls | |
| alias( | |
| name = "vulkanmemoryallocator", | |
| actual = "//src/gpu/vk/vulkanmemoryallocator:vulkanmemoryallocator", | |
| visibility = ["//visibility:public"], | |
| ) |