Home | History | Annotate | Download | only in minikin
      1 cc_library_headers {
      2     name: "libminikin_headers",
      3     host_supported: true,
      4     export_include_dirs: ["include"],
      5 }
      6 
      7 subdirs = [
      8     "app",
      9     "libs/minikin",
     10     "tests",
     11 ]
     12