- in new QRP1 this is being provided by the source , hence manual declaration creates conflicts
21 lines
568 B
Plaintext
21 lines
568 B
Plaintext
soong_namespace {
|
|
imports: [
|
|
"hardware/google/interfaces",
|
|
"hardware/google/pixel",
|
|
"bootable/deprecated-ota",
|
|
],
|
|
}
|
|
|
|
|
|
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: "/vendor/etc/wifi/WCNSS_qcom_cfg.ini",
|
|
} |