From a59b4dcd332a894e2223bf06256ccb43668901e6 Mon Sep 17 00:00:00 2001 From: Inseob Kim Date: Mon, 25 Apr 2022 18:20:36 +0900 Subject: [PATCH] Add PLATFORM_VERSION_LAST_STABLE to soong config Bug: 189164487 Test: build Change-Id: Iec36d22af80225f6da848bae1e02d263ff957df8 --- core/soong_config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/soong_config.mk b/core/soong_config.mk index 32675f2a5f..d03b687464 100644 --- a/core/soong_config.mk +++ b/core/soong_config.mk @@ -33,6 +33,7 @@ $(call add_json_csv, Platform_version_active_codenames, $(PLATFORM_VERSION_ALL_ $(call add_json_str, Platform_security_patch, $(PLATFORM_SECURITY_PATCH)) $(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_min_supported_target_sdk_version, $(PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION))