Colin Cross 3ac2be93a9 Convert libstorage to Android.bp
See build/soong/README.md for more information.

Test: m -j native
Change-Id: Ieb34d79af10e4e7cd146d0d40fd6946499dd1da0
2016-12-14 13:28:56 -08:00

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"],
}