platform_hardware_interfaces/renderscript/1.0/Android.bp
Victor Khimenko 7cac9425b0 Make android.hardware.renderscript@1.0 buildable for native_bridge
Bug: http://b/153609531

Test: m android.hardware.renderscript@1.0.native_bridge

Change-Id: If11376cdd583629c8edfea17efb130dd68dc9b8f
2020-07-08 21:20:03 +00:00

22 lines
519 B
Text

// This file is autogenerated by hidl-gen -Landroidbp.
hidl_interface {
name: "android.hardware.renderscript@1.0",
root: "android.hardware",
// TODO(b/153609531): remove when no longer needed.
native_bridge_supported: true,
vndk: {
enabled: true,
support_system_process: true,
},
srcs: [
"types.hal",
"IContext.hal",
"IDevice.hal",
],
interfaces: [
"android.hidl.base@1.0",
],
gen_java: false,
gen_java_constants: true,
}