1ndk_headers {
2    name: "libandroid_headers",
3    from: "include/android",
4    to: "android",
5    srcs: ["include/android/**/*.h"],
6    license: "NOTICE",
7}
8
9subdirs = [
10    "cmds/*",
11    "libs/*",
12    "opengl",
13    "services/*",
14    "vulkan",
15]
16