-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathAndroid.bp
More file actions
40 lines (35 loc) · 905 Bytes
/
Android.bp
File metadata and controls
40 lines (35 loc) · 905 Bytes
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
soong_namespace {
}
prebuilt_hidl_interfaces {
name: "hidl_vppservice_interface",
interfaces: [
"vendor.qti.hardware.vpp@1.1::IHidlVppService",
"vendor.qti.hardware.vpp@1.2::IHidlVppService",
"vendor.qti.hardware.vpp@1.3::IHidlVppService",
],
}
prebuilt_hidl_interfaces {
name: "hidl_dpmQmi_interface",
interfaces: [
"com.qualcomm.qti.dpm.api@1.0::IdpmQmi",
],
}
prebuilt_hidl_interfaces {
name: "hidl_DspSerivce_interface",
interfaces: [
"vendor.qti.hardware.dsp@1.0::IDspService",
],
}
prebuilt_hidl_interfaces {
name: "hidl_Factory_interface",
interfaces: [
"vendor.qti.hardware.factory@1.0::IFactory",
"vendor.qti.hardware.factory@1.1::IFactory",
],
}
prebuilt_hidl_interfaces {
name: "hidl_Limits_interface",
interfaces: [
"vendor.qti.hardware.limits@1.0::ILimits",
],
}