Bob Badour | 8a6a2bc | 2021-02-12 17:07:05 -0800 | [diff] [blame] | 1 | package { |
| 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 "frameworks_base_license" |
| 5 | // to get the below license kinds: |
| 6 | // SPDX-license-identifier-Apache-2.0 |
| 7 | default_applicable_licenses: ["frameworks_base_license"], |
| 8 | } |
| 9 | |
Ytai Ben-Tsvi | d58b04a | 2019-11-22 12:33:09 -0800 | [diff] [blame] | 10 | aidl_interface { |
Ytai Ben-Tsvi | 1a619f0 | 2020-04-29 15:36:36 -0700 | [diff] [blame] | 11 | name: "media_permission-aidl", |
| 12 | unstable: true, |
Philip P. Moltmann | fece243 | 2020-07-17 16:39:54 -0700 | [diff] [blame] | 13 | host_supported: true, |
| 14 | vendor_available: true, |
| 15 | double_loadable: true, |
Ytai Ben-Tsvi | da7c21e | 2020-09-16 13:04:31 -0700 | [diff] [blame] | 16 | local_include_dir: "aidl", |
Ytai Ben-Tsvi | 1a619f0 | 2020-04-29 15:36:36 -0700 | [diff] [blame] | 17 | srcs: [ |
Ytai Ben-Tsvi | da7c21e | 2020-09-16 13:04:31 -0700 | [diff] [blame] | 18 | "aidl/android/media/permission/Identity.aidl", |
Ytai Ben-Tsvi | 1a619f0 | 2020-04-29 15:36:36 -0700 | [diff] [blame] | 19 | ], |
Ytai Ben-Tsvi | 1a619f0 | 2020-04-29 15:36:36 -0700 | [diff] [blame] | 20 | } |
| 21 | |
| 22 | aidl_interface { |
Ytai Ben-Tsvi | ab58ef6 | 2019-11-25 12:26:07 -0800 | [diff] [blame] | 23 | name: "soundtrigger_middleware-aidl", |
Jiyong Park | db589dd | 2020-04-13 12:55:24 +0900 | [diff] [blame] | 24 | unstable: true, |
Ytai Ben-Tsvi | da7c21e | 2020-09-16 13:04:31 -0700 | [diff] [blame] | 25 | local_include_dir: "aidl", |
Shunkai Yao | a74b6d6 | 2023-10-10 19:22:27 +0000 | [diff] [blame] | 26 | defaults: [ |
| 27 | "latest_android_media_audio_common_types_import_interface", |
| 28 | "latest_android_media_soundtrigger_types_import_interface", |
| 29 | ], |
Ytai Ben-Tsvi | 92da3a1 | 2021-03-10 15:03:45 -0800 | [diff] [blame] | 30 | backend: { |
| 31 | java: { |
| 32 | sdk_version: "module_current", |
| 33 | }, |
| 34 | }, |
Ytai Ben-Tsvi | ab58ef6 | 2019-11-25 12:26:07 -0800 | [diff] [blame] | 35 | srcs: [ |
Atneya Nair | 52bf345 | 2023-02-28 18:40:50 -0800 | [diff] [blame] | 36 | "aidl/android/media/soundtrigger_middleware/*.aidl", |
Ytai Ben-Tsvi | ab58ef6 | 2019-11-25 12:26:07 -0800 | [diff] [blame] | 37 | ], |
Ytai Ben-Tsvi | 1a619f0 | 2020-04-29 15:36:36 -0700 | [diff] [blame] | 38 | imports: [ |
Ytai Ben-Tsvi | 1a619f0 | 2020-04-29 15:36:36 -0700 | [diff] [blame] | 39 | "media_permission-aidl", |
| 40 | ], |
Ytai Ben-Tsvi | ab58ef6 | 2019-11-25 12:26:07 -0800 | [diff] [blame] | 41 | } |