1cc_library_headers { 2 name: "[email protected]", 3 defaults: ["hidl_defaults"], 4 vendor: true, 5 shared_libs: [ 6 "libhardware", 7 "libhwc2on1adapter", 8 "libhwc2onfbadapter", 9 ], 10 export_shared_lib_headers: [ 11 "libhardware", 12 "libhwc2on1adapter", 13 "libhwc2onfbadapter", 14 ], 15 header_libs: [ 16 "[email protected]", 17 ], 18 export_header_lib_headers: [ 19 "[email protected]", 20 ], 21 export_include_dirs: ["include"], 22} 23