20 lines
334 B
Plaintext
Raw Normal View History

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