Introduce the product variable PRODUCT_EXPORT_RUNTIME_APIS

PRODUCT_EXPORT_RUNTIME_APIS is a product variable that inherits the
behavior of the build flag RELEASE_EXPORT_RUNTIME_APIS, which is being
removed. This will be utilized in the product `sdk_with_runtime_apis`,
which will be introduced in a future change.

Test: m nothing --no-skip-soong-tests
Bug: 326312949
Change-Id: I4966b7bfc7423db049acfcede67233352ba8341b
This commit is contained in:
Jihoon Kang
2024-02-22 20:04:44 +00:00
parent c974a2786f
commit 49f08d9328
2 changed files with 4 additions and 0 deletions

View File

@@ -458,6 +458,8 @@ _product_list_vars += PRODUCT_BUILD_IGNORE_APEX_CONTRIBUTION_CONTENTS
_product_single_value_vars += PRODUCT_HIDDEN_API_EXPORTABLE_STUBS
_product_single_value_vars += PRODUCT_EXPORT_RUNTIME_APIS
.KATI_READONLY := _product_single_value_vars _product_list_vars
_product_var_list :=$= $(_product_single_value_vars) $(_product_list_vars)