blob: 8721e5d78c0c8ff7dd70ae9a37e398cf95eabe3a [file] [log] [blame]
Siarhei Vishniakou600e9132022-01-07 16:27:22 -08001package {
Aditya Choudharyad2ba1b2024-02-05 15:45:22 +00002 default_team: "trendy_team_input_framework",
Siarhei Vishniakou600e9132022-01-07 16:27:22 -08003 // See: http://go/android-license-faq
4 // A large-scale-change added 'default_applicable_licenses' to import
5 // all of the 'license_kinds' from "hardware_interfaces_license"
6 // to get the below license kinds:
7 // SPDX-license-identifier-Apache-2.0
8 default_applicable_licenses: ["hardware_interfaces_license"],
9}
10
11aidl_interface {
12 name: "android.hardware.input.common",
Siarhei Vishniakoua65f5812022-09-30 07:27:13 -070013 host_supported: true,
Siarhei Vishniakou88d18bf2022-01-20 09:58:24 -080014 vendor_available: true,
Siarhei Vishniakou600e9132022-01-07 16:27:22 -080015 srcs: ["android/hardware/input/common/*.aidl"],
16 stability: "vintf",
Devin Moore33ae2512024-09-13 22:42:33 +000017 frozen: true,
Siarhei Vishniakou600e9132022-01-07 16:27:22 -080018 backend: {
19 cpp: {
20 enabled: false,
21 },
22 java: {
23 enabled: false,
24 },
Prabir Pradhanf523e402023-06-15 23:56:58 +000025 rust: {
26 enabled: true,
27 },
Siarhei Vishniakou600e9132022-01-07 16:27:22 -080028 },
Jiyong Park70f58372022-04-16 07:03:24 +090029 versions_with_info: [
30 {
31 version: "1",
32 imports: [],
33 },
34 ],
35
Siarhei Vishniakou600e9132022-01-07 16:27:22 -080036}