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