diff options
Diffstat (limited to 'android/variable.go')
-rw-r--r-- | android/variable.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/variable.go b/android/variable.go index 2c7eded56..aa6b1e2c1 100644 --- a/android/variable.go +++ b/android/variable.go @@ -134,6 +134,7 @@ type variableProperties struct { Eng struct { Cflags []string Cppflags []string + Init_rc []string Lto struct { Never *bool } |