summaryrefslogtreecommitdiffstats
path: root/renderscript/1.0/default/Android.bp
blob: 348f6af24a451a124db99c1a94161aee57b6598a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
cc_library_shared {
    name: "android.hardware.renderscript@1.0-impl",
    relative_install_path: "hw",
    proprietary: true,
    srcs: [
        "Context.cpp",
        "Device.cpp",
    ],
    include_dirs: [
        "frameworks/rs",
    ],
    shared_libs: [
        "libdl",
        "liblog",
        "libhidlbase",
        "libhidltransport",
        "libhwbinder",
        "libutils",
        "android.hardware.renderscript@1.0",
        "android.hidl.base@1.0",
    ],
}