-
Notifications
You must be signed in to change notification settings - Fork 9
/
Android.bp
78 lines (67 loc) · 1.77 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
77
78
//
// Copyright (C) 2021-2024 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
soong_namespace {
}
prebuilt_hidl_interfaces {
name: "hidl_vppservice_interface",
interfaces: [
"[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",
],
}
install_symlink {
name: "firmware_wlanmdsp.otaupdate_symlink",
vendor: true,
installed_location: "firmware/wlanmdsp.otaupdate",
symlink_target: "/data/vendor/firmware/wlanmdsp.mbn",
}
install_symlink {
name: "firmware_wlan_mac.bin_symlink",
vendor: true,
installed_location: "firmware/wlan/qca_cld/wlan_mac.bin",
symlink_target: "/mnt/vendor/persist/wlan_mac.bin",
}
install_symlink {
name: "firmware_WCNSS_qcom_cfg.ini_symlink",
vendor: true,
installed_location: "firmware/wlan/qca_cld/WCNSS_qcom_cfg.ini",
symlink_target: "/odm/vendor/etc/wifi/WCNSS_qcom_cfg.ini",
}