summaryrefslogtreecommitdiff
path: root/android/variable.go
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2021-08-31 02:00:51 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2021-08-31 02:00:51 +0000
commit61d7bc338f527ea35be4fbf6b4cb46b666ed3cbe (patch)
treeeff47ea0fd1486a3699c7ad22220b8503b7f8114 /android/variable.go
parentba56308ecbdd9eeaa32b7b302b6c9647ce46a81f (diff)
parent4b2435bc790bdb4910c4ee94c16ca21f1c9e2691 (diff)
Merge "cmdline property in bootimg can be customized for debuggable builds" am: 4b2435bc79
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1813356 Change-Id: Ia4491bfb3c16e139bf40bde090c2274efea73b35
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 a6f205dd5..a0dbb3d9c 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -108,6 +108,8 @@ type variableProperties struct {
Static_libs []string
Whole_static_libs []string
Shared_libs []string
+
+ Cmdline []string
}
// eng is true for -eng builds, and can be used to turn on additionaly heavyweight debugging