Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 823d695d authored by Kelvin Zhang's avatar Kelvin Zhang
Browse files

Install new snapuserd_ramdisk stem

This installs snapuserd to /system/bin/snapuserd_ramdisk instead of
/system/bin/snapuserd

Test: th
Bug: 219841787
Change-Id: I517e251bf1f895b9de993ec7e5f57f11205172c8
parent 8ccac519
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ PRODUCT_PACKAGES += \
    e2fsck.ramdisk \
    fsck.f2fs.ramdisk \
    tune2fs.ramdisk \
    snapuserd.ramdisk \
    snapuserd_ramdisk \

# Debug ramdisk
PRODUCT_PACKAGES += \
+0 −12
Original line number Diff line number Diff line
@@ -38,15 +38,3 @@ PRODUCT_VIRTUAL_AB_COMPRESSION_METHOD ?= none
PRODUCT_PACKAGES += \
    snapuserd \
# For dedicated recovery partitions, we need to include snapuserd
# For GKI devices, BOARD_USES_RECOVERY_AS_BOOT is empty, but
# so is BOARD_MOVE_RECOVERY_RESOURCES_TO_VENDOR_BOOT.
ifdef BUILDING_RECOVERY_IMAGE
ifneq ($(BOARD_USES_RECOVERY_AS_BOOT),true)
ifneq ($(BOARD_MOVE_RECOVERY_RESOURCES_TO_VENDOR_BOOT),true)
PRODUCT_PACKAGES += \
    snapuserd.recovery
endif
endif
endif