ndk_headers {
    name: "libandroid_headers",
    from: "include/android",
    to: "android",
    srcs: ["include/android/**/*.h"],
    license: "NOTICE",
}

subdirs = [
    "cmds/*",
    "libs/*",
    "opengl",
    "services/*",
    "vulkan",
]