platform_hardware_interfaces/renderscript/1.0/default/Android.bp
Steven Moreland 691a455b9f Add hidl_default and make modules use hidl_default.
find hardware/interfaces -type f -not -path "*/.git/*" \
-exec sed -i -e '/cc_[A-Za-z_]\+/ { N; s/$/\n    defaults:
\["hidl_defaults"\],/ }' {} \;
./hardware/interfaces/update-makefiles.sh

Test: no warnings
Bug: 35840847
Change-Id: I468b76893bf3f4b62ad610d1d9603bcb8797a702
2017-03-08 16:22:00 -08:00

22 lines
489 B
Text

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",
"android.hidl.base@1.0",
],
}