Colin Cross | 3ac2be9 | 2016-12-14 13:06:07 -0800 | [diff] [blame] | 1 | cc_library_static { |
2 | name: "libstorage", | ||||
3 | |||||
4 | srcs: [ | ||||
5 | "IMountServiceListener.cpp", | ||||
6 | "IMountShutdownObserver.cpp", | ||||
7 | "IObbActionListener.cpp", | ||||
8 | "IMountService.cpp", | ||||
Sudheer Shanka | 25469aa | 2018-08-27 15:50:23 -0700 | [diff] [blame^] | 9 | "ObbInfo.cpp", |
Colin Cross | 3ac2be9 | 2016-12-14 13:06:07 -0800 | [diff] [blame] | 10 | ], |
11 | |||||
12 | export_include_dirs: ["include"], | ||||
13 | |||||
14 | cflags: [ | ||||
15 | "-Wall", | ||||
16 | "-Werror", | ||||
17 | ], | ||||
18 | |||||
19 | shared_libs: ["libbinder"], | ||||
20 | } |