-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAndroid.bp
66 lines (58 loc) · 1.54 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
//
// Copyright (C) 2022 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
prebuilt_hidl_interfaces {
name: "hidl_dpm_api_interface",
interfaces: [
"[email protected]::IdpmQmi",
],
}
prebuilt_hidl_interfaces {
name: "hidl_qconfig_interface",
interfaces: [
"[email protected]::IQConfig",
],
}
prebuilt_hidl_interfaces {
name: "hidl_alarm_interface",
interfaces: [
"[email protected]::IAlarm",
],
}
prebuilt_hidl_interfaces {
name: "hidl_dsp_interface",
interfaces: [
"[email protected]::IDspService",
],
}
prebuilt_hidl_interfaces {
name: "hidl_embmssl_interface",
interfaces: [
"[email protected]::IEmbms",
"[email protected]::IEmbms",
],
}
prebuilt_hidl_interfaces {
name: "hidl_factory_interface",
interfaces: [
"[email protected]::IFactory",
"[email protected]::IFactory",
],
}
prebuilt_hidl_interfaces {
name: "hidl_vpp_interface",
interfaces: [
"[email protected]::IHidlVppService",
"[email protected]::IHidlVppService",
"[email protected]::IHidlVppService",
"[email protected]::IHidlVppService",
"[email protected]::IHidlVppService",
],
}
prebuilt_hidl_interfaces {
name: "hidl_netperftuner_interface",
interfaces: [
"[email protected]::INetPerfTuner",
],
}