Home | History | Annotate | Download | only in func_fuzzer
      1 // This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
      2 // Do not edit manually.
      3 subdirs = [
      4     "*",
      5 ]
      6 
      7 cc_defaults {
      8     name: "func_fuzzer_defaults",
      9     static_libs: [
     10         "libLLVMFuzzer"
     11     ],
     12 }
     13