commit | d0956e62be7a229c0cc23ae5eac1af57922fe36d | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Dec 23 03:32:47 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 23 03:32:47 2021 +0000 |
tree | 38e72d1946d6e98f600f2dd92c6c7755857c6f76 | |
parent | d30fcb15a97177e9912da2587fe3510bab31bd03 [diff] | |
parent | 2599d1d120bf8c4601240cf8d69f8f435a271215 [diff] |
Merge "Added src and exclude_src to debuggable builds"
diff --git a/android/variable.go b/android/variable.go index bc93835..6204a50 100644 --- a/android/variable.go +++ b/android/variable.go
@@ -124,6 +124,8 @@ Shared_libs []string Cmdline []string + Srcs []string + Exclude_srcs []string } // eng is true for -eng builds, and can be used to turn on additionaly heavyweight debugging