mirror of
https://github.com/LineageOS/android_device_xiaomi_vermeer.git
synced 2026-06-21 02:29:34 +00:00
16 lines
303 B
Plaintext
16 lines
303 B
Plaintext
//
|
|
// Copyright (C) 2025 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_cali.bin",
|
|
}
|