Export more virtual ab variables to soong
Needed to build the super image correctly.
Bug: 390239238
Test: Build and diff'd make and soong's misc_info.txt files
Change-Id: I67930ccfb73d78a1f4b334ba652d487159ac5f2e
diff --git a/core/soong_config.mk b/core/soong_config.mk
index 2b79d29..de9306b 100644
--- a/core/soong_config.mk
+++ b/core/soong_config.mk
@@ -475,6 +475,10 @@
$(call end_json_map)
$(call add_json_bool, ProductVirtualAbOta, $(filter true,$(PRODUCT_VIRTUAL_AB_OTA)))
$(call add_json_bool, ProductVirtualAbOtaRetrofit, $(filter true,$(PRODUCT_VIRTUAL_AB_OTA_RETROFIT)))
+ $(call add_json_bool, ProductVirtualAbCompression, $(filter true,$(PRODUCT_VIRTUAL_AB_COMPRESSION)))
+ $(call add_json_str, ProductVirtualAbCompressionMethod, $(PRODUCT_VIRTUAL_AB_COMPRESSION_METHOD))
+ $(call add_json_str, ProductVirtualAbCompressionFactor, $(PRODUCT_VIRTUAL_AB_COMPRESSION_FACTOR))
+ $(call add_json_str, ProductVirtualAbCowVersion, $(PRODUCT_VIRTUAL_AB_COW_VERSION))
$(call add_json_bool, AbOtaUpdater, $(filter true,$(AB_OTA_UPDATER)))
# Avb (android verified boot) stuff