1cc_library_headers { 2 name: "android.hardware.graphics.allocator@2.0-hal", 3 defaults: ["hidl_defaults"], 4 vendor: true, 5 shared_libs: [ 6 "android.hardware.graphics.allocator@2.0", 7 "android.hardware.graphics.mapper@2.0", 8 ], 9 export_shared_lib_headers: [ 10 "android.hardware.graphics.allocator@2.0", 11 "android.hardware.graphics.mapper@2.0", 12 ], 13 export_include_dirs: ["include"], 14} 15