blob: 40aaa74e574315a6f9b501a2b2e3a5f7ad4163d7 [file] [log] [blame]
Michael Bestas4e1ba2f2024-05-12 06:38:39 +03001//
2// SPDX-FileCopyrightText: 2021 The LineageOS Project
3// SPDX-License-Identifier: Apache-2.0
4//
5
merothh54856102021-11-04 12:07:41 +05306soong_namespace {
7 imports: ["hardware/qcom-caf/bootctrl"],
8}
Michael Bestas1a329d52024-06-24 00:14:42 +03009
10install_symlink {
11 name: "firmware_aw_cali.bin_symlink",
12 vendor: true,
13 installed_location: "firmware/aw_cali.bin",
14 symlink_target: "/mnt/vendor/persist/factory/audio/aw_cali.bin",
15}