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 Michael Bestas
parent 422ed505ad
commit 2951086393
No known key found for this signature in database
GPG key ID: CC95044519BE6669

View file

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