-
Notifications
You must be signed in to change notification settings - Fork 0
/
Android.bp
76 lines (63 loc) · 1.84 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
subdirs = [
"*"
]
hidl_package_root {
name: "com.qualcomm.qti.bluetooth_audio",
path: "vendor/qcom/opensource/interfaces/bluetooth_audio",
}
hidl_package_root {
name: "vendor.qti.hardware.btconfigstore",
path: "vendor/qcom/opensource/interfaces/btconfigstore",
}
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.cryptfshw",
path: "vendor/qcom/opensource/interfaces/cryptfshw",
}
hidl_package_root {
name: "vendor.qti.hardware.display",
path: "vendor/qcom/opensource/interfaces/display",
}
hidl_package_root {
name: "vendor.qti.hardware.perf",
path: "vendor/qcom/opensource/interfaces/perf",
}
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"
}