From 816167b93bc66ebad2524e2968750a4010b8fc7e Mon Sep 17 00:00:00 2001 From: Devin Moore Date: Thu, 6 Jul 2023 21:14:24 +0000 Subject: [PATCH] Add new Release_aidl_use_unfrozen soong variable This comes from a trunk stable build flag `RELEASE_AIDL_USE_UNFROZEN` and is used by the AIDL compiler when creating build rules for the generated AIDL libraries. Test: m Bug: 290265210 Change-Id: I9161a3262d6b2ef8792e8c0b8a759da9a540c560 --- core/soong_config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/soong_config.mk b/core/soong_config.mk index 88a210a75d..53a1064ffe 100644 --- a/core/soong_config.mk +++ b/core/soong_config.mk @@ -40,6 +40,7 @@ $(call add_json_str, Platform_preview_sdk_version, $(PLATFORM_PREVIEW_SDK_ $(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_bool, Release_aidl_use_unfrozen, $(RELEASE_AIDL_USE_UNFROZEN)) $(call add_json_str, Platform_min_supported_target_sdk_version, $(PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION))