16 lines
308 B
Plaintext
16 lines
308 B
Plaintext
//
|
|
// Copyright (C) 2022-2023 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
soong_namespace {
|
|
}
|
|
|
|
install_symlink {
|
|
name: "firmware_aw_cali.bin_symlink",
|
|
vendor: true,
|
|
installed_location: "firmware/aw_cali.bin",
|
|
symlink_target: "/mnt/vendor/persist/audio/aw_calr.bin",
|
|
}
|