Add Nvidia enhancements soong flag
Change-Id: I1bec17d2457944350dcb5a22c6d571d3ace913a7
This commit is contained in:
committed by
Abhisek Devkota
parent
35b22a327f
commit
6fc81b4b23
@@ -12,6 +12,9 @@ type Product_variables struct {
|
||||
Uses_generic_camera_parameter_library struct {
|
||||
Srcs []string
|
||||
}
|
||||
Uses_nvidia_enhancements struct {
|
||||
Cppflags []string
|
||||
}
|
||||
Uses_qcom_bsp_legacy struct {
|
||||
Cppflags []string
|
||||
}
|
||||
@@ -27,6 +30,7 @@ type ProductVariables struct {
|
||||
Specific_camera_parameter_library *string `json:",omitempty"`
|
||||
Target_shim_libs *string `json:",omitempty"`
|
||||
Uses_generic_camera_parameter_library *bool `json:",omitempty"`
|
||||
Uses_nvidia_enhancements *bool `json:",omitempty"`
|
||||
Uses_qcom_bsp_legacy *bool `json:",omitempty"`
|
||||
Uses_qti_camera_device *bool `json:",omitempty"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user