commit | b9b436fe17802e1a73e44e27e4a53a5b35b63578 | [log] [tgz] |
---|---|---|
author | Jay Aliomer <aaliomer@google.com> | Thu Sep 23 15:49:54 2021 -0400 |
committer | Dave Mankoff <mankoff@google.com> | Tue Oct 12 19:06:27 2021 +0000 |
tree | 4051cc19841f4fc87f3f9d65cf8b1887826afff9 | |
parent | bee6271909635fc3bd9c7d55d09a35e7707680f8 [diff] |
Added src and exclude_src to debuggable builds Fixes: 200976245 Test: manually tested Change-Id: I68b6230f30aa2c15e6a80010cd639ea453b4b29e Merged-In: I68b6230f30aa2c15e6a80010cd639ea453b4b29e (cherry picked from commit 85a8afa9e72feff6d804c5d0a0827db63cb55fb9)
diff --git a/android/variable.go b/android/variable.go index 0dc5262..741d9ae 100644 --- a/android/variable.go +++ b/android/variable.go
@@ -101,6 +101,8 @@ 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