| cc_defaults { | 
 |     name: "display_defaults", | 
 |     cflags: [ | 
 |         "-Wno-missing-field-initializers", | 
 |         "-Wconversion", | 
 |         "-Wall", | 
 |         "-Werror", | 
 |         "-std=c++14", | 
 |     ], | 
 |     shared_libs: [ | 
 |         "liblog", | 
 |         "libcutils", | 
 |         "libutils", | 
 |     ], | 
 |     header_libs: ["display_headers"], | 
 |     clang: true, | 
 | } | 
 |  | 
 | cc_library_headers { | 
 |     name: "display_headers", | 
 |     vendor: true, | 
 |     export_include_dirs: [ | 
 |         "include", | 
 |         "libcopybit", | 
 |         "libdrmutils", | 
 |         "libqdutils", | 
 |         "libqservice", | 
 |         "gpu_tonemapper", | 
 |         "sdm/include", | 
 |         "gralloc", | 
 |         "libdebug", | 
 |     ], | 
 |     header_libs: ["libhardware_headers", "display_intf_headers"], | 
 |     export_header_lib_headers: ["libhardware_headers", "display_intf_headers"], | 
 | } | 
 |  | 
 | subdirs = [ | 
 |     "libqservice", | 
 |     "libqdutils", | 
 | ] |