Home | History | Annotate | Download | only in template
      1 subdirs = [
      2     "*",
      3 ]
      4 
      5 cc_defaults {
      6     name: "func_fuzzer_defaults",
      7     static_libs: [
      8         "libLLVMFuzzer"
      9     ],
     10 }
     11