config: Remove TARGET_DISABLE_POSTRENDER_CLEANUP

This hasn't been ported after lineage-18.1

Change-Id: Ib1bca251c6de7529c58ea2fb9b439e37b55be6c5
This commit is contained in:
Michael Bestas
2022-08-30 03:00:53 +03:00
parent 3bff07a506
commit fa5bc45a95
2 changed files with 0 additions and 19 deletions

View File

@@ -51,23 +51,6 @@ cc_library_headers {
}
// Target platform agnostic config modules
soong_config_module_type {
name: "disable_postrender_cleanup",
module_type: "cc_defaults",
config_namespace: "lineageGlobalVars",
bool_variables: ["disable_postrender_cleanup"],
properties: ["cppflags"],
}
disable_postrender_cleanup {
name: "disable_postrender_cleanup_defaults",
soong_config_variables: {
disable_postrender_cleanup: {
cppflags: ["-DDISABLE_POSTRENDER_CLEANUP"],
},
},
}
soong_config_module_type {
name: "gralloc_10_usage_bits",
module_type: "cc_defaults",

View File

@@ -30,7 +30,6 @@ SOONG_CONFIG_NAMESPACES += lineageGlobalVars
SOONG_CONFIG_lineageGlobalVars += \
additional_gralloc_10_usage_bits \
bootloader_message_offset \
disable_postrender_cleanup \
needs_camera_boottime \
target_init_vendor_lib \
target_ld_shim_libs \
@@ -57,7 +56,6 @@ SOONG_CONFIG_lineageQcomVars += \
endif
# Soong bool variables
SOONG_CONFIG_lineageGlobalVars_disable_postrender_cleanup := $(TARGET_DISABLE_POSTRENDER_CLEANUP)
SOONG_CONFIG_lineageGlobalVars_needs_camera_boottime := $(TARGET_CAMERA_BOOTTIME_TIMESTAMP)
SOONG_CONFIG_lineageGlobalVars_uses_egl_display_array := $(TARGET_USES_EGL_DISPLAY_ARRAY)
SOONG_CONFIG_lineageNvidiaVars_uses_nvidia_enhancements := $(NV_ANDROID_FRAMEWORK_ENHANCEMENTS)