mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
android.hidl.base@1.0 and android.hidlmanager@1.0 are built into libhidltransport. Test: links Bug: 33276472 Change-Id: I424371932af129bba9d58dcf8652c64297f35f05
22 lines
456 B
Plaintext
22 lines
456 B
Plaintext
cc_library_shared {
|
|
name: "android.hardware.renderscript@1.0-impl",
|
|
defaults: ["hidl_defaults"],
|
|
relative_install_path: "hw",
|
|
proprietary: true,
|
|
srcs: [
|
|
"Context.cpp",
|
|
"Device.cpp",
|
|
],
|
|
include_dirs: [
|
|
"frameworks/rs",
|
|
],
|
|
shared_libs: [
|
|
"libdl",
|
|
"liblog",
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"libutils",
|
|
"android.hardware.renderscript@1.0",
|
|
],
|
|
}
|