Files
device_xiaomi_sky/Android.bp

31 lines
824 B
Plaintext
Raw Normal View History

2023-05-23 18:00:53 +08:00
//
// Copyright (C) 2023 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
soong_namespace {
imports: [
"hardware/google/interfaces",
"hardware/google/pixel",
2023-05-23 18:00:53 +08:00
"hardware/qcom-caf/bootctrl",
"vendor/qcom/opensource/commonsys-intf/display",
"hardware/xiaomi",
2023-05-23 18:00:53 +08:00
],
}
// 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,
}