Export PRODUCT_OTA_PUBLIC_KEYS to soong migration vars
This will be used to generate otakeys.txt in soong's
target_files.zip
Bug: 388633394
Test: Built soong's target_files.zip locally
Change-Id: I41dbdb24fb350472ba4fc152b8f5491b5ad3947b
diff --git a/core/soong_config.mk b/core/soong_config.mk
index c90860f..c68fd1e 100644
--- a/core/soong_config.mk
+++ b/core/soong_config.mk
@@ -486,6 +486,7 @@
$(call add_json_str, ProductVirtualAbCowVersion, $(PRODUCT_VIRTUAL_AB_COW_VERSION))
$(call add_json_bool, AbOtaUpdater, $(filter true,$(AB_OTA_UPDATER)))
$(call add_json_list, AbOtaPartitions, $(AB_OTA_PARTITIONS))
+ $(call add_json_list, AbOtaKeys, $(PRODUCT_OTA_PUBLIC_KEYS))
# Avb (android verified boot) stuff
$(call add_json_bool, BoardAvbEnable, $(filter true,$(BOARD_AVB_ENABLE)))