Merge "Generate system diff between KATI and SOONG" into main

This commit is contained in:
Treehugger Robot
2024-07-03 04:48:21 +00:00
committed by Gerrit Code Review
7 changed files with 203 additions and 0 deletions

View File

@@ -495,6 +495,9 @@ _product_single_value_vars += PRODUCT_16K_DEVELOPER_OPTION
# by this flag.
_product_single_value_vars += PRODUCT_NOT_DEBUGGABLE_IN_USERDEBUG
# If set, build would generate system image from Soong-defined module.
_product_single_value_vars += PRODUCT_SOONG_DEFINED_SYSTEM_IMAGE
.KATI_READONLY := _product_single_value_vars _product_list_vars
_product_var_list :=$= $(_product_single_value_vars) $(_product_list_vars)