Revert "soong_config: Add flag for legacy HW FDE"
* No longer needed with HIDL cryptfs HALs
This reverts commit c61fabe667.
Change-Id: Idea6bbec97af3951a0be2c3df4068cdad7ef8b0a
This commit is contained in:
@@ -25,9 +25,6 @@ type Product_variables struct {
|
||||
Supports_hw_fde_perf struct {
|
||||
Cflags []string
|
||||
}
|
||||
Supports_legacy_hw_fde struct {
|
||||
Cflags []string
|
||||
}
|
||||
Target_init_vendor_lib struct {
|
||||
Whole_static_libs []string
|
||||
}
|
||||
@@ -81,7 +78,6 @@ type ProductVariables struct {
|
||||
Specific_camera_parameter_library *string `json:",omitempty"`
|
||||
Supports_hw_fde *bool `json:",omitempty"`
|
||||
Supports_hw_fde_perf *bool `json:",omitempty"`
|
||||
Supports_legacy_hw_fde *bool `json:",omitempty"`
|
||||
Target_init_vendor_lib *string `json:",omitempty"`
|
||||
Target_process_sdk_version_override *string `json:",omitempty"`
|
||||
Target_shim_libs *string `json:",omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user