See build/soong/README.md for more information. Test: m -j native Change-Id: Ieb34d79af10e4e7cd146d0d40fd6946499dd1da0
20 lines
334 B
Plaintext
20 lines
334 B
Plaintext
cc_library_static {
|
|
name: "libstorage",
|
|
|
|
srcs: [
|
|
"IMountServiceListener.cpp",
|
|
"IMountShutdownObserver.cpp",
|
|
"IObbActionListener.cpp",
|
|
"IMountService.cpp",
|
|
],
|
|
|
|
export_include_dirs: ["include"],
|
|
|
|
cflags: [
|
|
"-Wall",
|
|
"-Werror",
|
|
],
|
|
|
|
shared_libs: ["libbinder"],
|
|
}
|