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