• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1cc_library_static {
2    name: "libstorage",
3
4    srcs: [
5        "IMountServiceListener.cpp",
6        "IMountShutdownObserver.cpp",
7        "IObbActionListener.cpp",
8        "IMountService.cpp",
9        "ObbInfo.cpp",
10    ],
11
12    export_include_dirs: ["include"],
13
14    cflags: [
15        "-Wall",
16        "-Werror",
17    ],
18
19    shared_libs: ["libbinder"],
20}
21