Files
device_realme_sm7125-common/Android.bp
theshaenix 895a9d4a5f sm7125: drop libprotobuf
- in new QRP1 this is being provided by the source , hence manual declaration creates conflicts
2025-12-06 14:14:04 +05:30

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",
}