blob: 0d53c5e8c15912313ed8a1301efec69db0ff07af [file] [log] [blame]
cc_library {
name: "libresourcemanagerservice",
srcs: [
"ResourceManagerService.cpp",
"ServiceLog.cpp",
],
shared_libs: [
"libmedia",
"libmediautils",
"libbinder",
"libbinder_ndk",
"libutils",
"liblog",
],
include_dirs: ["frameworks/av/include"],
cflags: [
"-Werror",
"-Wall",
],
export_include_dirs: ["."],
}