blob: 142be6d2b06c905742b20383a27099aeb89445ee [file] [log] [blame]
Bob Badourc22b35b2021-02-23 14:26:20 -08001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "hardware_interfaces_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["hardware_interfaces_license"],
8}
9
Steven Moreland84dd3b72019-07-25 17:13:52 -070010aidl_interface {
11 name: "android.hardware.light",
12 vendor_available: true,
13 srcs: [
14 "android/hardware/light/*.aidl",
15 ],
16 stability: "vintf",
Devin Moore33ae2512024-09-13 22:42:33 +000017 frozen: true,
Steven Moreland84dd3b72019-07-25 17:13:52 -070018 backend: {
19 java: {
Steven Morelandad724e12020-07-27 23:40:07 +000020 sdk_version: "module_current",
Steven Moreland84dd3b72019-07-25 17:13:52 -070021 },
Jesus Sanchez-Palenciab990a932023-06-16 00:13:00 +000022 rust: {
23 enabled: true,
24 },
Steven Moreland84dd3b72019-07-25 17:13:52 -070025 },
Jiyong Parkac70f412022-04-28 08:56:28 +090026 versions_with_info: [
27 {
28 version: "1",
29 imports: [],
30 },
31 {
32 version: "2",
33 imports: [],
34 },
35
36 ],
37
Steven Moreland84dd3b72019-07-25 17:13:52 -070038}