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

Commit 00953427 authored by David Anderson's avatar David Anderson Committed by Automerger Merge Worker
Browse files

Merge "Move snapuserd into the vendor ramdisk." am: 01585c5c am: f32cb7f7

Original change: https://android-review.googlesource.com/c/platform/build/+/1501055

Change-Id: I35a31aba6436fe4c8fa71c063d180e5a129df9ed
parents cecff2ab f32cb7f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,4 +18,4 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota.mk)

PRODUCT_VENDOR_PROPERTIES += ro.virtual_ab.compression.enabled=true

PRODUCT_PACKAGES += snapuserd_ramdisk snapuserd
PRODUCT_PACKAGES += snapuserd.vendor_ramdisk snapuserd
+6 −4
Original line number Diff line number Diff line
@@ -14,9 +14,11 @@
# limitations under the License.
#

$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota_retrofit.mk)

PRODUCT_VENDOR_PROPERTIES += ro.virtual_ab.compression.enabled=true

PRODUCT_PACKAGES += snapuserd_ramdisk
# For devices that are not GKI-capable (eg do not have vendor_boot),
# snapuserd.ramdisk is included rather than snapuserd.vendor_ramdisk.
# When using virtual_ab_ota_compression_retrofit.mk, either
# virtual_ab_ota.mk or virtual_ab_ota_retrofit.mk must be inherited
# as well.
PRODUCT_PACKAGES += snapuserd.ramdisk snapuserd