platform_hardware_interfaces/renderscript/1.0/default/Android.bp

23 lines
479 B
Text
Raw Normal View History

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