{# Copyright © 2024 Google Inc.
   SPDX-License-Identifier: MIT
#}
cc_library_headers {
    name: "mesa_common_headers",
    vendor_available: true,
    host_supported: false,
    export_include_dirs: [
        "src",
        "include",
    ],
    cflags: [
        "-DVK_USE_PLATFORM_ANDROID_KHR",
    ],
    visibility: [":__subpackages__"],
}
