Add Init_rc to Product_variables.Eng

Change-Id: If490b64f3631ec0825ffa28964a3e65572a9bcb8
This commit is contained in:
dianlujitao
2022-02-20 23:57:22 +08:00
committed by SkyMinus
parent 8199595dde
commit 04f9d80501

View File

@@ -153,6 +153,7 @@ type variableProperties struct {
Eng struct { Eng struct {
Cflags []string Cflags []string
Cppflags []string Cppflags []string
Init_rc []string
Lto struct { Lto struct {
Never *bool Never *bool
} }