Home | History | Annotate | Download | only in bioniccompat
      1 cc_library {
      2     name: "libbioniccompat",
      3     local_include_dirs: [
      4         "include",
      5     ],
      6     export_include_dirs: [
      7         "include",
      8     ],
      9     stl: "none",
     10     target: {
     11         fuchsia: {
     12             srcs: [ "src/*.cc" ],
     13         },
     14     },
     15 }
     16