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