Add PLATFORM_VERSION_LAST_STABLE to soong config

Bug: 189164487
Test: build
Change-Id: Iec36d22af80225f6da848bae1e02d263ff957df8
This commit is contained in:
Inseob Kim
2022-04-25 18:20:36 +09:00
parent 71585eae2b
commit a59b4dcd33

View File

@@ -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))