summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2022-04-04 05:02:24 -0700
committerLinux Build Service Account <lnxbuild@localhost>2022-04-04 05:02:24 -0700
commit009a05ea8338c696c1406aa7dc1c03c9a0d7692c (patch)
treed9846ed8d6dedb39ad41a80cca41fc295d4724fe /android/variable.go
parent08f3accc31790ceff0d5652d539f4ae701033ded (diff)
parentc868e14e34409b99d979a4104cb144437036960f (diff)
Merge c868e14e34409b99d979a4104cb144437036960f on remote branch
Change-Id: I64a699c0d2ee3eab6ed105c6261cb1567a9dd347
Diffstat (limited to 'android/variable.go')
-rw-r--r--android/variable.go2
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