blob: 911bd1d25393f4ba9e6826b340a99f683e6a1858 [file] [log] [blame]
cc_library_static {
name: "libstorage",
srcs: [
"IMountServiceListener.cpp",
"IMountShutdownObserver.cpp",
"IObbActionListener.cpp",
"IMountService.cpp",
],
export_include_dirs: ["include"],
cflags: [
"-Wall",
"-Werror",
],
shared_libs: ["libbinder"],
}