1package { 2 default_applicable_licenses: ["Android-Apache-2.0"], 3} 4 5cc_library_shared { 6 name: "android.hardware.graphics.allocator-aidl-impl", 7 proprietary: true, 8 relative_install_path: "hw", 9 defaults: [ 10 "arm_gralloc_api_4x_defaults", 11 ], 12 shared_libs: [ 13 "android.hardware.graphics.allocator-V1-ndk", 14 "android.hardware.graphics.allocator@4.0", 15 "android.hardware.graphics.mapper@4.0", 16 "libbinder_ndk", 17 ], 18 static_libs: [ 19 "libaidlcommonsupport", 20 ], 21 srcs: [ 22 "GrallocAllocator.cpp", 23 ":libgralloc_hidl_common_allocator", 24 ":libgralloc_hidl_common_shared_metadata", 25 ], 26 include_dirs: [ 27 "hardware/google/gchips/include", 28 ], 29} 30 31