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