Home | History | Annotate | Download | only in interfaces
      1 subdirs = [
      2     "*"
      3 ]
      4 
      5 cc_defaults {
      6     name: "hidl_defaults",
      7     cflags: [
      8         "-Wall",
      9         "-Werror",
     10     ],
     11 }
     12