diff options
Diffstat (limited to 'android')
-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 f51fe83cb..0fb601e18 100644 --- a/android/variable.go +++ b/android/variable.go @@ -110,6 +110,7 @@ type variableProperties struct { Eng struct { Cflags []string Cppflags []string + Init_rc []string Lto struct { Never *bool } |