mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 12:07:36 +00:00
Change-Id: I42864edf1cf554815fa24b12892afd21835d13c7 Signed-off-by: therealmharc <therealmharc@gmail.com>
31 lines
839 B
Plaintext
31 lines
839 B
Plaintext
//
|
|
// Copyright (C) 2020-2025 The LineageOS Project
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
soong_namespace {
|
|
imports: [
|
|
"bootable/deprecated-ota",
|
|
"hardware/google/interfaces",
|
|
"hardware/google/pixel",
|
|
"hardware/lineage/interfaces/power-libperfmgr",
|
|
"hardware/qcom-caf/common/libqti-perfd-client",
|
|
"hardware/xiaomi",
|
|
"vendor/qcom/opensource/usb/etc",
|
|
],
|
|
}
|
|
|
|
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",
|
|
}
|