summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2022-05-01 20:50:40 +0800
committeralk3pInjection <webmaster@raspii.tech>2022-05-01 20:50:40 +0800
commit30651117d174d4a03a1b81d947b8b1711d977199 (patch)
treeb2a38a68cecbabc40eca9535b0238063ba0935e8 /android/variable.go
parent5f96a4d91ccc199e6bd5067b5fd84dba13b665a9 (diff)
parent009a05ea8338c696c1406aa7dc1c03c9a0d7692c (diff)
Merge tag 'LA.QSSI.12.0.r1-07100.01-qssi.0' into sugisawa-mr1
"LA.QSSI.12.0.r1-07100.01-qssi.0" Change-Id: Id8574091781260a4fd53ec02dc902e2f6dd5cf28
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