Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed8bd8aa authored by Nikita Ioffe's avatar Nikita Ioffe
Browse files

Add PRODUCT_AVF_MICRODROID_GUEST_GKI_VERSION to _product_single_value_vars

Forgot to add it in aosp/3044155.

Bug: 325991735
Test: m
Change-Id: I21d08b85b25426e498fc90c90729f7cb01f1f9d1
parent 67e44dd2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -478,6 +478,10 @@ _product_single_value_vars += PRODUCT_HIDDEN_API_EXPORTABLE_STUBS

_product_single_value_vars += PRODUCT_EXPORT_RUNTIME_APIS

# If set, determines which version of the GKI is used as guest kernel for Microdroid VMs.
# TODO(b/325991735): link to documentation once it is done.
_product_single_value_vars += PRODUCT_AVF_MICRODROID_GUEST_GKI_VERSION

.KATI_READONLY := _product_single_value_vars _product_list_vars
_product_var_list :=$= $(_product_single_value_vars) $(_product_list_vars)