platform_hardware_interfaces/renderscript/1.0/default/Android.bp
Miao Wang b78b2f4ee6 RenderScript HIDL HAL definition and server-side implementation.
Contains the definition and implementation of the HAL.

Bug: 34396220

Test: mm, all cts tests pass on bullhead and sailfish
Merged-In: Ic560efef34f647f441c32ba01ca29d83a3d98b69
Change-Id: Ic560efef34f647f441c32ba01ca29d83a3d98b69
2017-02-21 11:55:32 -08:00

22 lines
479 B
Text

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",
],
}