2024-06-23 21:51:54 +02:00
|
|
|
//
|
|
|
|
// Copyright (C) 2022-2024 The LineageOS Project
|
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
//
|
|
|
|
|
2022-12-31 06:08:30 +01:00
|
|
|
soong_namespace {
|
|
|
|
}
|
2024-06-23 21:51:54 +02:00
|
|
|
|
2024-06-23 23:14:42 +02:00
|
|
|
install_symlink {
|
|
|
|
name: "firmware_aw_cali.bin_symlink",
|
|
|
|
vendor: true,
|
|
|
|
installed_location: "firmware/aw_cali.bin",
|
|
|
|
symlink_target: "/mnt/vendor/persist/factory/audio/aw_cali.bin",
|
|
|
|
}
|
|
|
|
|
2024-06-23 21:51:54 +02:00
|
|
|
install_symlink {
|
|
|
|
name: "rfs_msm_mpss_readonly_vendor_fsg_symlink",
|
|
|
|
vendor: true,
|
|
|
|
installed_location: "rfs/msm/mpss/readonly/vendor/fsg",
|
|
|
|
symlink_target: "/vendor/fsg",
|
|
|
|
}
|