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

Commit 010ce6f3 authored by Abhisek Devkota's avatar Abhisek Devkota Committed by LuK1337
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
 -Remove unused CYNGN dumpvar rules

Change-Id: Ib310d0016bb9eb16960f794720321b706b6fd8b0
parent 11e91d3c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -25,6 +25,11 @@ print_build_config_vars := \
  BUILD_ID \
  OUT_DIR

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

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