sm6375-common: Create rfs fsg symlink
Change-Id: Id337670d40aeb598e4b2507bd94d4885344c675c
This commit is contained in:
parent
52912b9925
commit
d3d8da216e
3 changed files with 29 additions and 2 deletions
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");
|
||||
# you may not use this file except in compliance with the License.
|
||||
|
|
@ -301,6 +301,14 @@ PRODUCT_COPY_FILES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
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
|
||||
|
||||
# Sensors
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.sensors@2.0-service.multihal
|
||||
|
|
|
|||
Loading…
Reference in a new issue