config: Remove TARGET_DISABLE_POSTRENDER_CLEANUP
This hasn't been ported after lineage-18.1 Change-Id: Ib1bca251c6de7529c58ea2fb9b439e37b55be6c5
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user