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

Commit f76bbe1d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add an misc_info.txt entry to customize VABC compression" am: 3c84e5f1 am: a1e8783f

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

Change-Id: Ia77f8027543d5216c8715bdc87a3a28cfdeac44e
parents d6d974eb a1e8783f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -5170,6 +5170,11 @@ define dump-dynamic-partitions-info
    echo "virtual_ab=true" >> $(1))
  $(if $(filter true,$(PRODUCT_VIRTUAL_AB_COMPRESSION)), \
    echo "virtual_ab_compression=true" >> $(1))
# This value controls the compression algorithm used for VABC
# valid options are defined in system/core/fs_mgr/libsnapshot/cow_writer.cpp
# e.g. "none", "gz", "brotli"
  $(if $(PRODUCT_VIRTUAL_AB_COMPRESSION_METHOD), \
    echo "virtual_ab_compression_method=$(PRODUCT_VIRTUAL_AB_COMPRESSION_METHOD)" >> $(1))
  $(if $(filter true,$(PRODUCT_VIRTUAL_AB_OTA_RETROFIT)), \
    echo "virtual_ab_retrofit=true" >> $(1))
endef