summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-23 10:05:21 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-23 10:05:21 +0000
commitc868e14e34409b99d979a4104cb144437036960f (patch)
treed9846ed8d6dedb39ad41a80cca41fc295d4724fe /android/variable.go
parentf13be6e3913a9715bb68cf25c487b3b94bd5b88f (diff)
parenteb72b43eb91c0982e40d41502e547ef118348cc2 (diff)
Snap for 8343869 from eb72b43eb91c0982e40d41502e547ef118348cc2 to s-keystone-qcom-release
Change-Id: I12e814a262a1a00046a0c7b2770c1ddcd5ca06e2
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