blob: c19933e39c96aa0cba1068816c377fde548ec2df [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",
Sudheer Shanka25469aa2018-08-27 15:50:23 -07009 "ObbInfo.cpp",
Colin Cross3ac2be92016-12-14 13:06:07 -080010 ],
11
12 export_include_dirs: ["include"],
13
14 cflags: [
15 "-Wall",
16 "-Werror",
17 ],
18
19 shared_libs: ["libbinder"],
20}