blob: 1f2ac15f8fa6d0fa9bcfe3ab488e16499da89fc1 [file] [log] [blame]
Steven Morelanda1169dd2017-11-09 19:05:17 -08001// This file is autogenerated by hidl-gen -Landroidbp.
Miao Wangb78b2f42017-01-20 10:30:38 -08002
Bob Badourc22b35b2021-02-23 14:26:20 -08003package {
4 // See: http://go/android-license-faq
5 // A large-scale-change added 'default_applicable_licenses' to import
6 // all of the 'license_kinds' from "hardware_interfaces_license"
7 // to get the below license kinds:
8 // SPDX-license-identifier-Apache-2.0
9 default_applicable_licenses: ["hardware_interfaces_license"],
10}
11
Steven Morelanda1169dd2017-11-09 19:05:17 -080012hidl_interface {
13 name: "android.hardware.renderscript@1.0",
14 root: "android.hardware",
Victor Khimenko7cac9422020-07-08 23:17:33 +020015 // TODO(b/153609531): remove when no longer needed.
16 native_bridge_supported: true,
Steven Morelanda1169dd2017-11-09 19:05:17 -080017 vndk: {
18 enabled: true,
19 support_system_process: true,
20 },
Tri Vo69fa1fa2017-02-22 10:46:43 -080021 srcs: [
22 "types.hal",
23 "IContext.hal",
24 "IDevice.hal",
25 ],
Steven Morelanda1169dd2017-11-09 19:05:17 -080026 interfaces: [
27 "android.hidl.base@1.0",
28 ],
Steven Morelanda1169dd2017-11-09 19:05:17 -080029 gen_java: false,
30 gen_java_constants: true,
Tri Vo69fa1fa2017-02-22 10:46:43 -080031}