soong: Add TARGET_USES_QTI_CAMERA_DEVICE
Change-Id: I925b137edeed9fa11bbe566002147b444328c661
This commit is contained in:
committed by
Rashed Abdel-Tawab
parent
6f68de1a32
commit
31eec2059a
@@ -12,6 +12,10 @@ type Product_variables struct {
|
||||
Uses_qcom_bsp_legacy struct {
|
||||
Cppflags []string
|
||||
}
|
||||
Uses_qti_camera_device struct {
|
||||
Cppflags []string
|
||||
Shared_libs []string
|
||||
}
|
||||
}
|
||||
|
||||
type ProductVariables struct {
|
||||
@@ -20,4 +24,5 @@ type ProductVariables struct {
|
||||
Target_shim_libs *string `json:",omitempty"`
|
||||
Uses_generic_camera_parameter_library *bool `json:",omitempty"`
|
||||
Uses_qcom_bsp_legacy *bool `json:",omitempty"`
|
||||
Uses_qti_camera_device *bool `json:",omitempty"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user