-
Notifications
You must be signed in to change notification settings - Fork 3
/
Android.bp
40 lines (35 loc) · 905 Bytes
/
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
soong_namespace {
}
prebuilt_hidl_interfaces {
name: "hidl_vppservice_interface",
interfaces: [
"[email protected]::IHidlVppService",
"[email protected]::IHidlVppService",
"[email protected]::IHidlVppService",
],
}
prebuilt_hidl_interfaces {
name: "hidl_dpmQmi_interface",
interfaces: [
"[email protected]::IdpmQmi",
],
}
prebuilt_hidl_interfaces {
name: "hidl_DspSerivce_interface",
interfaces: [
"[email protected]::IDspService",
],
}
prebuilt_hidl_interfaces {
name: "hidl_Factory_interface",
interfaces: [
"[email protected]::IFactory",
"[email protected]::IFactory",
],
}
prebuilt_hidl_interfaces {
name: "hidl_Limits_interface",
interfaces: [
"[email protected]::ILimits",
],
}