blob: 0759d2e0f3cdb5a8d9abee6fb1705bf0d733c5f8 [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",
17 backend: {
18 cpp: {
19 enabled: false,
20 },
21 java: {
22 enabled: false,
23 },
Prabir Pradhanf523e402023-06-15 23:56:58 +000024 rust: {
25 enabled: true,
26 },
Siarhei Vishniakou600e9132022-01-07 16:27:22 -080027 },
Jiyong Park70f58372022-04-16 07:03:24 +090028 versions_with_info: [
29 {
30 version: "1",
31 imports: [],
32 },
33 ],
34
Siarhei Vishniakou600e9132022-01-07 16:27:22 -080035}