Add PRODUCT_16K_DEVELOPER_OPTION to product.mk

Test: m
Bug: 295035851
Change-Id: I5c7474efe873eca5369790a564ee483967541f6b
This commit is contained in:
Pawan Wagh
2024-05-17 21:41:32 +00:00
parent a4b1e92ee0
commit ea2121dc56

View File

@@ -483,6 +483,9 @@ _product_single_value_vars += PRODUCT_EXPORT_RUNTIME_APIS
# TODO(b/325991735): link to documentation once it is done.
_product_single_value_vars += PRODUCT_AVF_MICRODROID_GUEST_GKI_VERSION
# Enables 16KB developer option for device if set.
_product_single_value_vars += PRODUCT_16K_DEVELOPER_OPTION
.KATI_READONLY := _product_single_value_vars _product_list_vars
_product_var_list :=$= $(_product_single_value_vars) $(_product_list_vars)