• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{# Copyright © 2024 Google Inc.
2   SPDX-License-Identifier: MIT
3#}
4cc_library_headers {
5    name: "mesa_common_headers",
6    vendor_available: true,
7    host_supported: false,
8    export_include_dirs: [
9        "src",
10        "include",
11    ],
12    cflags: [
13        "-DVK_USE_PLATFORM_ANDROID_KHR",
14    ],
15    visibility: [":__subpackages__"],
16}
17