mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sky
synced 2026-01-27 10:20:54 +00:00
The last bit that was preventing building hermetic images. Change-Id: I75bb7de4593a7992f6015317cf97e088beeba0cb
26 lines
691 B
Plaintext
26 lines
691 B
Plaintext
//
|
|
// Copyright (C) 2023 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
soong_namespace {
|
|
imports: [
|
|
"hardware/qcom-caf/bootctrl",
|
|
"vendor/qcom/opensource/commonsys-intf/display",
|
|
"hardware/xiaomi",
|
|
],
|
|
}
|
|
|
|
install_symlink {
|
|
name: "symlink_wlan_fw_adrastea",
|
|
installed_location: "firmware/wlan/qca_cld/adrastea/wlan_mac.bin",
|
|
symlink_target: "/mnt/vendor/persist/adrastea/wlan_mac.bin",
|
|
vendor: true,
|
|
}
|
|
install_symlink {
|
|
name: "symlink_wlan_cfg_adrastea",
|
|
installed_location: "firmware/wlan/qca_cld/adrastea/WCNSS_qcom_cfg.ini",
|
|
symlink_target: "/vendor/etc/wifi/adrastea/WCNSS_qcom_cfg.ini",
|
|
vendor: true,
|
|
} |