blob: e2d9d04d60a1e0c33bf6396bcca057896adfeaec [file] [log] [blame]
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_library_shared {
name: "android.hardware.graphics.allocator-aidl-impl",
proprietary: true,
relative_install_path: "hw",
defaults: [
"arm_gralloc_api_4x_defaults",
],
shared_libs: [
"android.hardware.graphics.allocator-V1-ndk",
"android.hardware.graphics.allocator@4.0",
"android.hardware.graphics.mapper@4.0",
"libbinder_ndk",
],
static_libs: [
"libaidlcommonsupport",
],
srcs: [
"GrallocAllocator.cpp",
":libgralloc_hidl_common_allocator",
":libgralloc_hidl_common_shared_metadata",
],
include_dirs: [
"hardware/google/gchips/include",
],
}