blob: 1b180d92d7754829eab1df125a28fede357a1458 [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
Kathan Shukla382ed1d2019-11-25 22:50:53 -080010aidl_interface {
11 name: "android.hardware.automotive.occupant_awareness",
12 vendor_available: true,
13 srcs: [
14 "android/hardware/automotive/occupant_awareness/*.aidl",
15 ],
16 stability: "vintf",
17 backend: {
18 java: {
Kathan Shuklace006362019-12-19 02:56:31 -080019 platform_apis: true,
Kathan Shukla382ed1d2019-11-25 22:50:53 -080020 },
Kathan Shuklace006362019-12-19 02:56:31 -080021 },
Jeongik Cha7e267452020-04-08 16:27:47 +090022 versions: ["1"],
Kathan Shukla382ed1d2019-11-25 22:50:53 -080023}