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

Commit b9b436fe authored by Jay Aliomer's avatar Jay Aliomer Committed by Dave Mankoff
Browse files

Added src and exclude_src to debuggable builds

Fixes: 200976245
Test: manually tested
Change-Id: I68b6230f30aa2c15e6a80010cd639ea453b4b29e
Merged-In: I68b6230f30aa2c15e6a80010cd639ea453b4b29e
(cherry picked from commit 85a8afa9)
parent bee62719
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -101,6 +101,8 @@ type variableProperties struct {
				Keep_symbols                 *bool
				Keep_symbols_and_debug_frame *bool
			}
			Srcs         []string
			Exclude_srcs []string
		}

		// eng is true for -eng builds, and can be used to turn on additionaly heavyweight debugging