android_device_motorola_sm6.../Android.bp
Michael Bestas d3d8da216e
sm6375-common: Create rfs fsg symlink
Change-Id: Id337670d40aeb598e4b2507bd94d4885344c675c
2025-01-20 22:11:38 +05:30

25 lines
583 B
Text

//
// Copyright (C) 2022-2024 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
soong_namespace {
imports: [
"hardware/google/interfaces",
"hardware/google/pixel"
],
}
install_symlink {
name: "rfs_mdm_mpss_readonly_vendor_fsg_symlink",
vendor: true,
installed_location: "rfs/mdm/mpss/readonly/vendor/fsg",
symlink_target: "/vendor/fsg",
}
install_symlink {
name: "rfs_msm_mpss_readonly_vendor_fsg_symlink",
vendor: true,
installed_location: "rfs/msm/mpss/readonly/vendor/fsg",
symlink_target: "/vendor/fsg",
}