Merge "Implement directed recovery snapshot."

This commit is contained in:
Jose "Pepe" Galmes 2021-02-09 23:58:28 +00:00 committed by Gerrit Code Review
commit 836c091756
1 changed files with 6 additions and 0 deletions

View File

@ -153,6 +153,12 @@ $(foreach module,$(VENDOR_SNAPSHOT_MODULES),\
$(call add_json_bool,$(module),true))
$(call end_json_map)
$(call add_json_bool, DirectedRecoverySnapshot, $(DIRECTED_RECOVERY_SNAPSHOT))
$(call add_json_map, RecoverySnapshotModules)
$(foreach module,$(RECOVERY_SNAPSHOT_MODULES),\
$(call add_json_bool,$(module),true))
$(call end_json_map)
$(call add_json_bool, Treble_linker_namespaces, $(filter true,$(PRODUCT_TREBLE_LINKER_NAMESPACES)))
$(call add_json_bool, Enforce_vintf_manifest, $(filter true,$(PRODUCT_ENFORCE_VINTF_MANIFEST)))