From 2e057215b964da57e4b1301d54d5027c8063ef24 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Tue, 21 Jun 2022 10:12:24 +0900 Subject: [PATCH] Export PLATFORM_VERSION_KNOWN_CODENAMES to soong Bug: 236602028 Test: watch TH Change-Id: Ieb156dfb363e58ef4949cf5a340b3011f310097f --- core/soong_config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/soong_config.mk b/core/soong_config.mk index 7b8f6df22e..9b5cd1e27d 100644 --- a/core/soong_config.mk +++ b/core/soong_config.mk @@ -34,6 +34,7 @@ $(call add_json_str, Platform_security_patch, $(PLATFORM_SECURITY_PAT $(call add_json_str, Platform_preview_sdk_version, $(PLATFORM_PREVIEW_SDK_VERSION)) $(call add_json_str, Platform_base_os, $(PLATFORM_BASE_OS)) $(call add_json_str, Platform_version_last_stable, $(PLATFORM_VERSION_LAST_STABLE)) +$(call add_json_str, Platform_version_known_codenames, $(PLATFORM_VERSION_KNOWN_CODENAMES)) $(call add_json_str, Platform_min_supported_target_sdk_version, $(PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION))