-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathAndroid.bp
More file actions
36 lines (32 loc) · 998 Bytes
/
Android.bp
File metadata and controls
36 lines (32 loc) · 998 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
soong_namespace {
imports: [
"hardware/google/interfaces",
"hardware/google/pixel",
"hardware/lineage/interfaces/power-libperfmgr",
"hardware/qcom-caf/common/libqti-perfd-client",
"hardware/xiaomi"
],
}
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/wcn7750/wlan_mac.bin",
symlink_target: "/mnt/vendor/persist/wlan/wlan_mac.bin",
}
install_symlink {
name: "firmware_WCNSS_qcom_cfg.ini_symlink",
vendor: true,
installed_location: "firmware/wlan/qca_cld/wcn7750/WCNSS_qcom_cfg.ini",
symlink_target: "/vendor/etc/wifi/wcn7750/WCNSS_qcom_cfg.ini",
}
mkdir {
name: "vendor_modem_firmware_mountpoint",
dir: "modem_firmware",
vendor: true,
}