blob: b6cbea4b83c0f731ff4d1c2105146c6e672981df [file] [log] [blame]
Jayant Chowdharyfd3b3c62021-11-03 12:23:41 -07001aidl_interface {
2 name: "android.hardware.camera.device",
3 vendor_available: true,
4 srcs: ["android/hardware/camera/device/*.aidl"],
5 stability: "vintf",
6 imports: [
7 "android.hardware.common-V2",
8 "android.hardware.common.fmq-V1",
9 "android.hardware.camera.common",
10 "android.hardware.camera.metadata",
11 "android.hardware.graphics.common"
12 ],
13 backend: {
14 cpp: {
15 enabled: false,
16 },
17 java: {
18 sdk_version: "module_current",
19 enabled: false,
20 },
21 ndk: {
22 vndk: {
23 enabled: true,
24 },
25 },
26 },
27}