mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sky
synced 2026-02-01 09:40:11 +00:00
31 lines
824 B
Plaintext
31 lines
824 B
Plaintext
//
|
|
// Copyright (C) 2023 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
soong_namespace {
|
|
imports: [
|
|
"hardware/google/interfaces",
|
|
"hardware/google/pixel",
|
|
"hardware/qcom-caf/bootctrl",
|
|
"vendor/qcom/opensource/commonsys-intf/display",
|
|
"hardware/xiaomi",
|
|
],
|
|
}
|
|
|
|
// Wi-Fi firmware symlinks
|
|
install_symlink {
|
|
name: "firmware_adrastea_wlan_mac.bin_symlink",
|
|
installed_location: "firmware/wlan/qca_cld/adrastea/wlan_mac.bin",
|
|
symlink_target: "/mnt/vendor/persist/adrastea/wlan_mac.bin",
|
|
vendor: true,
|
|
}
|
|
|
|
install_symlink {
|
|
name: "firmware_adrastea_WCNSS_qcom_cfg.ini_symlink",
|
|
installed_location: "firmware/wlan/qca_cld/adrastea/WCNSS_qcom_cfg.ini",
|
|
symlink_target: "/vendor/etc/wifi/adrastea/WCNSS_qcom_cfg.ini",
|
|
vendor: true,
|
|
}
|