summaryrefslogtreecommitdiff
path: root/gralloc4/src/aidl/Android.bp
blob: e2d9d04d60a1e0c33bf6396bcca057896adfeaec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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",
    ],
}