soong_config: Add flag for msm8974 1440p EGL workaround
Change-Id: Iad2df3dad223604f1e2c454432b9c9239db8d035
This commit is contained in:
@@ -3,6 +3,9 @@ type Product_variables struct {
|
||||
Additional_gralloc_10_usage_bits struct {
|
||||
Cppflags []string
|
||||
}
|
||||
Apply_msm8974_1440p_egl_workaround struct {
|
||||
Cflags []string
|
||||
}
|
||||
Has_legacy_camera_hal1 struct {
|
||||
Cflags []string
|
||||
}
|
||||
@@ -43,6 +46,7 @@ type Product_variables struct {
|
||||
|
||||
type ProductVariables struct {
|
||||
Additional_gralloc_10_usage_bits *string `json:",omitempty"`
|
||||
Apply_msm8974_1440p_egl_workaround *bool `json:",omitempty"`
|
||||
Has_legacy_camera_hal1 *bool `json:",omitempty"`
|
||||
Java_Source_Overlays *string `json:",omitempty"`
|
||||
Should_skip_waiting_for_qsee *bool `json:",omitempty"`
|
||||
|
Reference in New Issue
Block a user