Home | History | Annotate | Download | only in storage
      1 cc_library_static {
      2     name: "libstorage",
      3 
      4     srcs: [
      5         "IMountServiceListener.cpp",
      6         "IMountShutdownObserver.cpp",
      7         "IObbActionListener.cpp",
      8         "IMountService.cpp",
      9     ],
     10 
     11     export_include_dirs: ["include"],
     12 
     13     cflags: [
     14         "-Wall",
     15         "-Werror",
     16     ],
     17 
     18     shared_libs: ["libbinder"],
     19 }
     20