23 lines
479 B
Text
23 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",
|
||
|
],
|
||
|
}
|