1cc_library { 2 name: "libresourcemanagerservice", 3 4 srcs: [ 5 "ResourceManagerService.cpp", 6 "ServiceLog.cpp", 7 ], 8 9 shared_libs: [ 10 "libmedia", 11 "libmediautils", 12 "libbinder", 13 "libutils", 14 "liblog", 15 ], 16 17 include_dirs: ["frameworks/av/include"], 18 19 cflags: [ 20 "-Werror", 21 "-Wall", 22 ], 23 24 export_include_dirs: ["."], 25} 26