blob: deb91764c621e695a3ed94d5bf8c16cf6baedf71 [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",
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
19cc_library_headers {
Ashish Kumard0c64ec2019-02-07 19:46:21 +053020 name: "debug_headers",
21 vendor: true,
22 export_include_dirs: [
23 "libdebug",
24 ],
25}
26
27cc_library_headers {
Naseer Ahmed99051282017-05-15 12:20:07 -040028 name: "display_headers",
Uday Kiran Pichika5f306372018-08-02 16:22:15 -070029 vendor: true,
Naseer Ahmed99051282017-05-15 12:20:07 -040030 export_include_dirs: [
31 "include",
32 "libcopybit",
33 "libdrmutils",
34 "libqdutils",
35 "libqservice",
36 "gpu_tonemapper",
37 "sdm/include",
38 "gralloc",
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]