• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_library_headers {
2    name: "libminikin_headers",
3    host_supported: true,
4    export_include_dirs: ["include"],
5}
6
7subdirs = [
8    "app",
9    "libs/minikin",
10    "tests",
11]
12