sm6225-common: Create rfs fsg symlink

Change-Id: Id337670d40aeb598e4b2507bd94d4885344c675c
This commit is contained in:
Michael Bestas 2024-06-23 22:51:54 +03:00
parent 1f6bff2d81
commit 1cb7fbac98
No known key found for this signature in database
GPG key ID: CC95044519BE6669
3 changed files with 18 additions and 2 deletions

View file

@ -1,2 +1,14 @@
//
// Copyright (C) 2022-2024 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
soong_namespace {
}
install_symlink {
name: "rfs_msm_mpss_readonly_vendor_fsg_symlink",
vendor: true,
installed_location: "rfs/msm/mpss/readonly/vendor/fsg",
symlink_target: "/vendor/fsg",
}

View file

@ -1,5 +1,5 @@
#
# Copyright (C) 2022-2023 The LineageOS Project
# Copyright (C) 2022-2024 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#

View file

@ -1,5 +1,5 @@
#
# Copyright (C) 2022-2023 The LineageOS Project
# Copyright (C) 2022-2024 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
@ -354,6 +354,10 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt \
$(LOCAL_PATH)/configs/public.libraries.system_ext-qti.txt:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/public.libraries-qti.txt
# RFS MSM MPSS symlinks
PRODUCT_PACKAGES += \
rfs_msm_mpss_readonly_vendor_fsg_symlink
# RIL
PRODUCT_PACKAGES += \
android.hardware.radio@1.5.vendor \