blob: 911bd1d25393f4ba9e6826b340a99f683e6a1858 [file] [log] [blame]
Colin Cross3ac2be92016-12-14 13:06:07 -08001cc_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}