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