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

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

Add dumpvar for WITH_SU

 -Allow folks to see easily if the term session they are in has
   WITH_SU set to true
 -Also add a dumpvar rule for WITH_GMS for those that have it

Change-Id: Ib310d0016bb9eb16960f794720321b706b6fd8b0
parent 5a44beaf
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -27,6 +27,15 @@ print_build_config_vars := \
  OUT_DIR \
  AUX_OS_VARIANT_LIST

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

ifeq ($(TARGET_BUILD_PDK),true)
print_build_config_vars += \
  TARGET_BUILD_PDK \