2016-12-14 13:06:07 -08:00
|
|
|
cc_library_static {
|
|
|
|
name: "libstorage",
|
|
|
|
|
|
|
|
srcs: [
|
|
|
|
"IMountServiceListener.cpp",
|
|
|
|
"IMountShutdownObserver.cpp",
|
|
|
|
"IObbActionListener.cpp",
|
|
|
|
"IMountService.cpp",
|
2018-08-27 15:50:23 -07:00
|
|
|
"ObbInfo.cpp",
|
2016-12-14 13:06:07 -08:00
|
|
|
],
|
|
|
|
|
|
|
|
export_include_dirs: ["include"],
|
|
|
|
|
|
|
|
cflags: [
|
|
|
|
"-Wall",
|
|
|
|
"-Werror",
|
|
|
|
],
|
|
|
|
|
|
|
|
shared_libs: ["libbinder"],
|
|
|
|
}
|