blob: db696fb838505b8ba707a6b5f65fbc91f5ad5930 [file] [log] [blame]
Naseer Ahmed99051282017-05-15 12:20:07 -04001cc_defaults {
2 name: "display_defaults",
3 cflags: [
4 "-Wno-missing-field-initializers",
5 "-Wconversion",
6 "-Wall",
7 "-Werror",
Naseer Ahmed99051282017-05-15 12:20:07 -04008 ],
9 shared_libs: [
10 "liblog",
11 "libcutils",
12 "libutils",
13 ],
14 header_libs: ["display_headers"],
15 clang: true,
16}
17
18cc_library_headers {
Ashish Kumard0c64ec2019-02-07 19:46:21 +053019 name: "debug_headers",
20 vendor: true,
21 export_include_dirs: [
22 "libdebug",
23 ],
24}
25
26cc_library_headers {
Naseer Ahmed99051282017-05-15 12:20:07 -040027 name: "display_headers",
Uday Kiran Pichika5f306372018-08-02 16:22:15 -070028 vendor: true,
Naseer Ahmed99051282017-05-15 12:20:07 -040029 export_include_dirs: [
30 "include",
31 "libcopybit",
32 "libdrmutils",
33 "libqdutils",
34 "libqservice",
35 "gpu_tonemapper",
36 "sdm/include",
37 "gralloc",
Anjaneya Prasad Musunurie5756d32019-12-26 18:30:14 +053038 "libhistogram",
Naseer Ahmed99051282017-05-15 12:20:07 -040039 ],
Ashish Kumard0c64ec2019-02-07 19:46:21 +053040 header_libs: ["libhardware_headers", "display_intf_headers", "debug_headers"],
41 export_header_lib_headers: ["libhardware_headers", "display_intf_headers", "debug_headers"],
Uday Kiran Pichika69007162018-05-29 22:04:58 +053042}
43
Naseer Ahmed99051282017-05-15 12:20:07 -040044subdirs = [
45 "libqservice",
46 "libqdutils",
47]