forked from AOSPA/android_device_oneplus_oneplus8
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAndroid.bp
54 lines (47 loc) · 1.19 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
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",
],
}
prebuilt_hidl_interfaces {
name: "hidl_QConfig_interface",
interfaces: [
"[email protected]::IQConfig",
],
}
prebuilt_hidl_interfaces {
name: "hidl_sigma_miracast_interface",
interfaces: [
"[email protected]::Isigma_miracast",
],
}