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

Commit bc7b4985 authored by Paul Keith's avatar Paul Keith Committed by Abhisek Devkota
Browse files

dumpvar: Dump RECOVERY_VARIANT if not empty



* As more and more people are building twrp,
  let's remind them what they are doing

Change-Id: I60b9d708f9192b9014d94c248fab8385b95951cf
Signed-off-by: default avatarPaul Keith <javelinanddart@aidenswann.com>
parent af06c35f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -25,6 +25,10 @@ print_build_config_vars := \
  BUILD_ID \
  OUT_DIR

ifneq ($(RECOVERY_VARIANT),)
print_build_config_vars += \
  RECOVERY_VARIANT
endif
ifeq ($(WITH_SU),true)
print_build_config_vars += \
  WITH_SU