blob: 0ce52e7aff1122fc2b3fbcf403067540792437b8 [file] [log] [blame]
Bob Badourb224b362021-02-12 20:13:01 -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
Pawin Vongmasad5351332019-11-12 19:33:23 -080010aidl_interface {
Steven Moreland926aa802020-01-06 13:58:00 -080011 name: "android.hardware.common",
Pawin Vongmasad5351332019-11-12 19:33:23 -080012 host_supported: true,
13 vendor_available: true,
Nikita Putikhin3e40dc12024-05-08 17:35:18 +020014 product_available: true,
Kiyoung Kim9e9d41d2024-03-11 13:04:36 +090015 double_loadable: true,
Pawin Vongmasad5351332019-11-12 19:33:23 -080016 srcs: [
17 "android/hardware/common/*.aidl",
18 ],
19 stability: "vintf",
20 backend: {
21 java: {
Steven Morelandd9a93ca2020-10-21 22:57:37 +000022 sdk_version: "module_current",
Cheng Gu974ff632024-07-02 20:18:26 +000023 apex_available: [
24 "//apex_available:anyapex",
25 "//apex_available:platform",
26 ],
Pawin Vongmasad5351332019-11-12 19:33:23 -080027 },
28 cpp: {
Jayant Chowdhary2aeb1232024-10-16 18:40:17 +000029 enabled: true,
Pawin Vongmasad5351332019-11-12 19:33:23 -080030 },
Jooyung Han350467d2020-05-21 22:46:03 +090031 ndk: {
32 apex_available: [
Cheng Gu974ff632024-07-02 20:18:26 +000033 "//apex_available:anyapex",
Jooyung Han350467d2020-05-21 22:46:03 +090034 "//apex_available:platform",
Jooyung Han350467d2020-05-21 22:46:03 +090035 ],
36 min_sdk_version: "29",
37 },
Vadim Caen60741ed2022-10-17 14:11:41 +000038 rust: {
39 enabled: true,
Shunkai Yao195d3d62023-10-10 19:26:07 +000040 },
Pawin Vongmasad5351332019-11-12 19:33:23 -080041 },
Steven Moreland93ea25c2022-11-18 19:33:29 +000042 frozen: true,
Jiyong Park72b63592021-05-21 11:28:05 +090043 versions: [
44 "1",
45 "2",
46 ],
Pawin Vongmasad5351332019-11-12 19:33:23 -080047}