diff options
author | Haamed Gheibi <haamed@google.com> | 2022-02-17 15:24:45 -0800 |
---|---|---|
committer | Haamed Gheibi <haamed@google.com> | 2022-02-22 09:46:40 -0800 |
commit | eb72b43eb91c0982e40d41502e547ef118348cc2 (patch) | |
tree | d9846ed8d6dedb39ad41a80cca41fc295d4724fe /android/variable.go | |
parent | 7943f12f716132a29b244ed6f8713c3937bce7ae (diff) | |
parent | ca3328fb3c28ecf5a10a17abda2337ac1733c286 (diff) |
Merge SP2A.220305.013
Bug: 220074017
Change-Id: Ia2198b401a3a907c785316e0ef4c00bf27fa59b1
Diffstat (limited to 'android/variable.go')
-rw-r--r-- | android/variable.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index f152ad206..f51fe83cb 100644 --- a/android/variable.go +++ b/android/variable.go @@ -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 |