Anton Hansson | 33de46e | 2019-02-01 11:17:57 +0000 | [diff] [blame] | 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", |
Chong Zhang | fdd512a | 2019-11-22 11:03:14 -0800 | [diff] [blame^] | 15 | "libbinder_ndk", |
Anton Hansson | 33de46e | 2019-02-01 11:17:57 +0000 | [diff] [blame] | 16 | "libutils", |
| 17 | "liblog", |
| 18 | ], |
| 19 | |
Anton Hansson | 33de46e | 2019-02-01 11:17:57 +0000 | [diff] [blame] | 20 | include_dirs: ["frameworks/av/include"], |
| 21 | |
| 22 | cflags: [ |
| 23 | "-Werror", |
| 24 | "-Wall", |
| 25 | ], |
| 26 | |
Robert Shih | c3af31b | 2019-09-20 21:45:01 -0700 | [diff] [blame] | 27 | export_include_dirs: ["."], |
| 28 | |
Anton Hansson | 33de46e | 2019-02-01 11:17:57 +0000 | [diff] [blame] | 29 | } |