Alistair Delva | 1ab0b88 | 2020-06-09 11:47:23 -0700 | [diff] [blame] | 1 | cc_library { |
Anton Hansson | 33de46e | 2019-02-01 11:17:57 +0000 | [diff] [blame] | 2 | name: "libresourcemanagerservice", |
| 3 | |
| 4 | srcs: [ |
| 5 | "ResourceManagerService.cpp", |
| 6 | "ServiceLog.cpp", |
| 7 | ], |
| 8 | |
| 9 | shared_libs: [ |
| 10 | "libmedia", |
| 11 | "libmediautils", |
| 12 | "libbinder", |
Chong Zhang | fdd512a | 2019-11-22 11:03:14 -0800 | [diff] [blame] | 13 | "libbinder_ndk", |
Anton Hansson | 33de46e | 2019-02-01 11:17:57 +0000 | [diff] [blame] | 14 | "libutils", |
| 15 | "liblog", |
| 16 | ], |
| 17 | |
Anton Hansson | 33de46e | 2019-02-01 11:17:57 +0000 | [diff] [blame] | 18 | include_dirs: ["frameworks/av/include"], |
| 19 | |
| 20 | cflags: [ |
| 21 | "-Werror", |
| 22 | "-Wall", |
| 23 | ], |
| 24 | |
Robert Shih | c3af31b | 2019-09-20 21:45:01 -0700 | [diff] [blame] | 25 | export_include_dirs: ["."], |
Anton Hansson | 33de46e | 2019-02-01 11:17:57 +0000 | [diff] [blame] | 26 | } |