Export PLATFORM_VERSION_KNOWN_CODENAMES to soong

Bug: 236602028
Test: watch TH
Change-Id: Ieb156dfb363e58ef4949cf5a340b3011f310097f
This commit is contained in:
Jiyong Park 2022-06-21 10:12:24 +09:00
parent 7669d15025
commit 2e057215b9

View file

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