summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-13 23:01:14 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-13 23:01:14 +0000
commit7ef11f76c8643eae2a239ccc448baa02b8db6239 (patch)
tree4051cc19841f4fc87f3f9d65cf8b1887826afff9
parentee8c1cfc7eaf27bb5329d51eca622e904c81fd13 (diff)
parentb9b436fe17802e1a73e44e27e4a53a5b35b63578 (diff)
Snap for 7821078 from b9b436fe17802e1a73e44e27e4a53a5b35b63578 to sc-v2-release
Change-Id: I57f8fd5211fecf928ea1fea07bb83bf5ef5a0e3b
-rw-r--r--android/variable.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go
index 0dc5262c7..741d9aed5 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