sm6225-common: Create rfs fsg symlink
Change-Id: Id337670d40aeb598e4b2507bd94d4885344c675c
This commit is contained in:
parent
1f6bff2d81
commit
1cb7fbac98
3 changed files with 18 additions and 2 deletions
12
Android.bp
12
Android.bp
|
@ -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",
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (C) 2022-2023 The LineageOS Project
|
||||
# Copyright (C) 2022-2024 The LineageOS Project
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue