Merge "Add PLATFORM_VERSION_LAST_STABLE to soong config" am: b9b9c000d5
am: 8a186b9f16
Original change: https://android-review.googlesource.com/c/platform/build/+/2073410 Change-Id: I89f803965216db0d645cbf09597b7c58c04f4aec Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
393e929af7
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue