aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkilesh Kailash <akailash@google.com>2021-12-10 19:44:48 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-12-10 19:44:48 +0000
commit3f5f0b306d864fe420e8b8105ca6d9b5ae6ddd18 (patch)
tree5891343ad83f1d185bf88440f0ddf1e4fa1074a2
parentf09eddd53195793d932aa45e6adf9ae6b3b2f914 (diff)
parentbfdd2461305ee48f603086b4204622c92aa670cf (diff)
downloadbuild-3f5f0b306d864fe420e8b8105ca6d9b5ae6ddd18.tar.gz
Merge "Enable userspace snapshots for OTA"
-rw-r--r--target/product/virtual_ab_ota/compression.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/product/virtual_ab_ota/compression.mk b/target/product/virtual_ab_ota/compression.mk
index 8301047080..88c58b87a0 100644
--- a/target/product/virtual_ab_ota/compression.mk
+++ b/target/product/virtual_ab_ota/compression.mk
@@ -17,6 +17,7 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_vendor_ramdisk.mk)
PRODUCT_VENDOR_PROPERTIES += ro.virtual_ab.compression.enabled=true
+PRODUCT_VENDOR_PROPERTIES += ro.virtual_ab.userspace.snapshots.enabled=true
PRODUCT_VIRTUAL_AB_COMPRESSION := true
PRODUCT_PACKAGES += \
snapuserd.vendor_ramdisk \