Naseer Ahmed | 9905128 | 2017-05-15 12:20:07 -0400 | [diff] [blame^] | 1 | cc_defaults { |
2 | name: "display_defaults", | ||||
3 | cflags: [ | ||||
4 | "-Wno-missing-field-initializers", | ||||
5 | "-Wconversion", | ||||
6 | "-Wall", | ||||
7 | "-Werror", | ||||
8 | "-std=c++14", | ||||
9 | ], | ||||
10 | shared_libs: [ | ||||
11 | "liblog", | ||||
12 | "libcutils", | ||||
13 | "libutils", | ||||
14 | ], | ||||
15 | header_libs: ["display_headers"], | ||||
16 | clang: true, | ||||
17 | } | ||||
18 | |||||
19 | cc_library_headers { | ||||
20 | name: "display_headers", | ||||
21 | export_include_dirs: [ | ||||
22 | "include", | ||||
23 | "libcopybit", | ||||
24 | "libdrmutils", | ||||
25 | "libqdutils", | ||||
26 | "libqservice", | ||||
27 | "gpu_tonemapper", | ||||
28 | "sdm/include", | ||||
29 | "gralloc", | ||||
30 | "libdebug", | ||||
31 | ], | ||||
32 | } | ||||
33 | |||||
34 | subdirs = [ | ||||
35 | "libqservice", | ||||
36 | "libqdutils", | ||||
37 | ] |