Files
device_nothing_Spacewar/Android.bp
Bruno Martins fef60069fa Spacewar: Convert WiFi firmware symlinks to install_symlink targets
The last bit that was preventing building hermetic images.

Change-Id: I75bb7de4593a7992f6015317cf97e088beeba0cb
2025-01-20 13:13:17 +01:00

22 lines
500 B
Plaintext

//
// Copyright (C) 2021-2024 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
soong_namespace {
imports: [
"hardware/qcom-caf/bootctrl",
"hardware/nothing",
"hardware/google/interfaces",
"hardware/google/pixel",
],
}
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/qca6750/WCNSS_qcom_cfg.ini",
}