-
Notifications
You must be signed in to change notification settings - Fork 1
/
Android.bp
55 lines (47 loc) · 1.36 KB
/
Android.bp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
subdirs = [
"*"
]
hidl_package_root {
name: "vendor.qti.hardware.camera",
path: "vendor/qcom/opensource/interfaces/camera",
}
hidl_package_root {
name: "vendor.qti.hardware.capabilityconfigstore",
path: "vendor/qcom/opensource/interfaces/capabilityconfigstore",
}
hidl_package_root {
name: "vendor.qti.hardware.display",
path: "vendor/qcom/opensource/interfaces/display",
}
hidl_package_root {
name: "vendor.qti.hardware.wifi",
path: "vendor/qcom/opensource/interfaces/wifi",
}
hidl_package_root {
name: "vendor.display",
path: "vendor/qcom/opensource/interfaces/display",
}
hidl_package_root {
name: "vendor.qti.hardware.servicetracker",
path: "vendor/qcom/opensource/interfaces/servicetracker",
}
hidl_package_root {
name: "vendor.qti.hardware.bluetooth_audio",
path: "vendor/qcom/opensource/interfaces/bluetooth_audio",
}
hidl_package_root {
name: "vendor.qti.hardware.systemhelper",
path: "vendor/qcom/opensource/interfaces/systemhelper",
}
hidl_package_root {
name: "vendor.qti.hardware.bluetooth_dun",
path: "vendor/qcom/opensource/interfaces/bluetooth_dun",
}
hidl_package_root {
name: "vendor.qti.hardware.fstman",
path: "vendor/qcom/opensource/interfaces/fstman",
}
hidl_package_root {
name:"vendor.qti.hardware.debugutils",
path:"vendor/qcom/opensource/interfaces/debugutils"
}