diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2022-02-20 23:57:22 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-05-02 09:56:20 +0800 |
commit | 196f40a08242f32d18d7b72398bb88605b73e6cd (patch) | |
tree | 6f9ca85676d7add7576bc512104bb9010880bc33 | |
parent | 30651117d174d4a03a1b81d947b8b1711d977199 (diff) |
soong: Add Init_rc to Product_variables.EngHEADsugisawa-mr1
Change-Id: If490b64f3631ec0825ffa28964a3e65572a9bcb8
-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 } |