Jan Sebechlebsky | 5cb3996 | 2023-11-22 17:33:07 +0100 | [diff] [blame] | 1 | package { |
Ronish Kalia | b5dd44b | 2024-02-14 14:32:32 +0000 | [diff] [blame] | 2 | default_team: "trendy_team_xr_framework", |
Jan Sebechlebsky | 5cb3996 | 2023-11-22 17:33:07 +0100 | [diff] [blame] | 3 | // See: http://go/android-license-faq |
| 4 | default_applicable_licenses: ["Android-Apache-2.0"], |
| 5 | } |
| 6 | |
| 7 | aidl_interface { |
| 8 | name: "virtual_camera_service_aidl", |
| 9 | unstable: true, |
| 10 | srcs: [ |
| 11 | "android/companion/virtualcamera/Format.aidl", |
Biswarup Pal | 112458f | 2023-12-28 19:50:17 +0000 | [diff] [blame] | 12 | "android/companion/virtualcamera/LensFacing.aidl", |
Jan Sebechlebsky | 5cb3996 | 2023-11-22 17:33:07 +0100 | [diff] [blame] | 13 | "android/companion/virtualcamera/IVirtualCameraCallback.aidl", |
| 14 | "android/companion/virtualcamera/IVirtualCameraService.aidl", |
| 15 | "android/companion/virtualcamera/VirtualCameraConfiguration.aidl", |
Biswarup Pal | 6152a30 | 2023-12-19 12:44:09 +0000 | [diff] [blame] | 16 | "android/companion/virtualcamera/SensorOrientation.aidl", |
Jan Sebechlebsky | 5cb3996 | 2023-11-22 17:33:07 +0100 | [diff] [blame] | 17 | "android/companion/virtualcamera/SupportedStreamConfiguration.aidl", |
| 18 | ], |
| 19 | local_include_dir: ".", |
| 20 | include_dirs: [ |
| 21 | "frameworks/native/aidl/gui", |
| 22 | ], |
| 23 | backend: { |
| 24 | cpp: { |
| 25 | enabled: false, |
| 26 | }, |
Steven Moreland | 0407150 | 2024-01-31 00:15:01 +0000 | [diff] [blame] | 27 | rust: { |
| 28 | enabled: false, |
| 29 | }, |
Jan Sebechlebsky | 5cb3996 | 2023-11-22 17:33:07 +0100 | [diff] [blame] | 30 | ndk: { |
| 31 | enabled: true, |
| 32 | additional_shared_libraries: [ |
| 33 | "libnativewindow", |
| 34 | ], |
| 35 | min_sdk_version: "34", |
| 36 | }, |
| 37 | java: { |
| 38 | enabled: true, |
| 39 | platform_apis: true, |
Jan Sebechlebsky | f555d25 | 2024-02-01 09:15:54 +0100 | [diff] [blame] | 40 | }, |
Jan Sebechlebsky | 5cb3996 | 2023-11-22 17:33:07 +0100 | [diff] [blame] | 41 | }, |
| 42 | } |