sm7325-common: Create rfs fsg symlink
Change-Id: Id337670d40aeb598e4b2507bd94d4885344c675c
This commit is contained in:
parent
9b1fd82b74
commit
ad0fcaf14c
19
Android.bp
19
Android.bp
@ -1,2 +1,21 @@
|
|||||||
|
//
|
||||||
|
// Copyright (C) 2022-2024 The LineageOS Project
|
||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
//
|
||||||
|
|
||||||
soong_namespace {
|
soong_namespace {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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",
|
||||||
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2022-2023 The LineageOS Project
|
# Copyright (C) 2022-2024 The LineageOS Project
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
10
common.mk
10
common.mk
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2022 The LineageOS Project
|
# Copyright (C) 2022-2024 The LineageOS Project
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
@ -420,6 +420,14 @@ PRODUCT_PACKAGES += \
|
|||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.renderscript@1.0-impl
|
android.hardware.renderscript@1.0-impl
|
||||||
|
|
||||||
|
# RFS MDM MPSS symlinks
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
rfs_mdm_mpss_readonly_vendor_fsg_symlink
|
||||||
|
|
||||||
|
# RFS MSM MPSS symlinks
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
rfs_msm_mpss_readonly_vendor_fsg_symlink
|
||||||
|
|
||||||
# RIL
|
# RIL
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.radio@1.5.vendor \
|
android.hardware.radio@1.5.vendor \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user