config: Remove QCOM HW FDE setup
Change-Id: Ia88a5331e5f3b69a2eea95aa13338f4282779856
This commit is contained in:
parent
c0c8dccdb6
commit
f1614da261
2 changed files with 0 additions and 86 deletions
|
@ -235,23 +235,6 @@ needs_netd_direct_connect_rule {
|
|||
},
|
||||
}
|
||||
|
||||
soong_config_module_type {
|
||||
name: "legacy_hw_disk_encryption",
|
||||
module_type: "cc_defaults",
|
||||
config_namespace: "lineageQcomVars",
|
||||
bool_variables: ["legacy_hw_disk_encryption"],
|
||||
properties: ["cppflags"],
|
||||
}
|
||||
|
||||
legacy_hw_disk_encryption {
|
||||
name: "legacy_hw_disk_encryption_defaults",
|
||||
soong_config_variables: {
|
||||
legacy_hw_disk_encryption: {
|
||||
cppflags: ["-DLEGACY_HW_DISK_ENCRYPTION"],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
soong_config_module_type {
|
||||
name: "no_cameraserver",
|
||||
module_type: "cc_defaults",
|
||||
|
@ -423,67 +406,6 @@ extended_compress_format {
|
|||
},
|
||||
}
|
||||
|
||||
soong_config_module_type {
|
||||
name: "vold_hw_fde",
|
||||
module_type: "cc_defaults",
|
||||
config_namespace: "lineageQcomVars",
|
||||
bool_variables: ["supports_hw_fde"],
|
||||
properties: [
|
||||
"cflags",
|
||||
"header_libs",
|
||||
"shared_libs",
|
||||
],
|
||||
}
|
||||
|
||||
vold_hw_fde {
|
||||
name: "vold_hw_fde_defaults",
|
||||
soong_config_variables: {
|
||||
supports_hw_fde: {
|
||||
cflags: ["-DCONFIG_HW_DISK_ENCRYPTION"],
|
||||
header_libs: ["libcryptfs_hw_headers"],
|
||||
shared_libs: ["libcryptfs_hw"],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
soong_config_module_type {
|
||||
name: "vold_hw_fde_perf",
|
||||
module_type: "cc_defaults",
|
||||
config_namespace: "lineageQcomVars",
|
||||
bool_variables: ["supports_hw_fde_perf"],
|
||||
properties: [
|
||||
"cflags",
|
||||
"shared_libs",
|
||||
],
|
||||
}
|
||||
|
||||
vold_hw_fde_perf {
|
||||
name: "vold_hw_fde_perf_defaults",
|
||||
soong_config_variables: {
|
||||
supports_hw_fde_perf: {
|
||||
cflags: ["-DCONFIG_HW_DISK_ENCRYPT_PERF"],
|
||||
shared_libs: ["libcryptfs_hw"],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
soong_config_module_type {
|
||||
name: "qti_cryptfshw_qsee",
|
||||
module_type: "cc_defaults",
|
||||
config_namespace: "lineageQcomVars",
|
||||
bool_variables: ["should_wait_for_qsee"],
|
||||
properties: ["cflags"],
|
||||
}
|
||||
|
||||
qti_cryptfshw_qsee {
|
||||
name: "qti_cryptfshw_qsee_defaults",
|
||||
soong_config_variables: {
|
||||
should_wait_for_qsee: {
|
||||
cflags: ["-DWAIT_FOR_QSEE"],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
soong_config_module_type {
|
||||
name: "surfaceflinger_qcom_extensions",
|
||||
module_type: "cc_defaults",
|
||||
|
|
|
@ -52,11 +52,7 @@ SOONG_CONFIG_lineageNvidiaVars += \
|
|||
|
||||
SOONG_CONFIG_NAMESPACES += lineageQcomVars
|
||||
SOONG_CONFIG_lineageQcomVars += \
|
||||
legacy_hw_disk_encryption \
|
||||
should_wait_for_qsee \
|
||||
supports_extended_compress_format \
|
||||
supports_hw_fde \
|
||||
supports_hw_fde_perf \
|
||||
uses_pre_uplink_features_netmgrd \
|
||||
uses_qcom_bsp_legacy
|
||||
|
||||
|
@ -75,11 +71,7 @@ SOONG_CONFIG_lineageGlobalVars_needs_camera_boottime := $(TARGET_CAMERA_BOOTTIME
|
|||
SOONG_CONFIG_lineageGlobalVars_needs_netd_direct_connect_rule := $(TARGET_NEEDS_NETD_DIRECT_CONNECT_RULE)
|
||||
SOONG_CONFIG_lineageGlobalVars_uses_egl_display_array := $(TARGET_USES_EGL_DISPLAY_ARRAY)
|
||||
SOONG_CONFIG_lineageNvidiaVars_uses_nvidia_enhancements := $(NV_ANDROID_FRAMEWORK_ENHANCEMENTS)
|
||||
SOONG_CONFIG_lineageQcomVars_legacy_hw_disk_encryption := $(TARGET_LEGACY_HW_DISK_ENCRYPTION)
|
||||
SOONG_CONFIG_lineageQcomVars_should_wait_for_qsee := $(TARGET_KEYMASTER_WAIT_FOR_QSEE)
|
||||
SOONG_CONFIG_lineageQcomVars_supports_extended_compress_format := $(AUDIO_FEATURE_ENABLED_EXTENDED_COMPRESS_FORMAT)
|
||||
SOONG_CONFIG_lineageQcomVars_supports_hw_fde := $(TARGET_HW_DISK_ENCRYPTION)
|
||||
SOONG_CONFIG_lineageQcomVars_supports_hw_fde_perf := $(TARGET_HW_DISK_ENCRYPTION_PERF)
|
||||
SOONG_CONFIG_lineageQcomVars_uses_pre_uplink_features_netmgrd := $(TARGET_USES_PRE_UPLINK_FEATURES_NETMGRD)
|
||||
SOONG_CONFIG_lineageQcomVars_uses_qcom_bsp_legacy := $(TARGET_USES_QCOM_BSP_LEGACY)
|
||||
|
||||
|
|
Loading…
Reference in a new issue