Skip to content

Commit

Permalink
Revert "Hookup SDMCORE_HAS_IS_DISPLAY_HW_AVAILABLE_FUNC"
Browse files Browse the repository at this point in the history
This reverts commit bc8d773.

Reason for revert: no longer needed when using blobs that match tag
DISPLAY.LA.3.0.r1-10700-KAILUA.0.

Change-Id: Ia89ce566a4cade6091a2dc6bc4e8b56ef7d1f73b
  • Loading branch information
bgcngm committed Apr 22, 2024
1 parent 3940fb4 commit 4ffd90d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
17 changes: 0 additions & 17 deletions build/soong/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -132,23 +132,6 @@ gralloc_handle_custom_content_md_reserved_size {
},
}

soong_config_module_type {
name: "sdmcore_has_is_display_hw_available",
module_type: "cc_defaults",
config_namespace: "lineageGlobalVars",
bool_variables: ["sdmcore_has_is_display_hw_available_func"],
properties: ["cflags"],
}

sdmcore_has_is_display_hw_available {
name: "sdmcore_has_is_display_hw_available_func_defaults",
soong_config_variables: {
sdmcore_has_is_display_hw_available_func: {
cflags: ["-DSDMCORE_HAS_IS_DISPLAY_HW_AVAILABLE_FUNC"],
},
},
}

soong_config_module_type {
name: "gralloc_handle_reserved_size",
module_type: "cc_defaults",
Expand Down
3 changes: 0 additions & 3 deletions config/BoardConfigSoong.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ SOONG_CONFIG_lineageGlobalVars += \
camera_override_format_from_reserved \
gralloc_handle_has_custom_content_md_reserved_size \
gralloc_handle_has_reserved_size \
sdmcore_has_is_display_hw_available_func \
target_health_charging_control_charging_path \
target_health_charging_control_charging_enabled \
target_health_charging_control_charging_disabled \
Expand Down Expand Up @@ -71,7 +70,6 @@ endif
SOONG_CONFIG_lineageGlobalVars_camera_override_format_from_reserved := $(TARGET_CAMERA_OVERRIDE_FORMAT_FROM_RESERVED)
SOONG_CONFIG_lineageGlobalVars_gralloc_handle_has_custom_content_md_reserved_size := $(TARGET_GRALLOC_HANDLE_HAS_CUSTOM_CONTENT_MD_RESERVED_SIZE)
SOONG_CONFIG_lineageGlobalVars_gralloc_handle_has_reserved_size := $(TARGET_GRALLOC_HANDLE_HAS_RESERVED_SIZE)
SOONG_CONFIG_lineageGlobalVars_sdmcore_has_is_display_hw_available_func := $(TARGET_SDMCORE_HAS_IS_DISPLAY_HW_AVAILABLE_FUNC)
SOONG_CONFIG_lineageGlobalVars_gralloc_handle_has_ubwcp_format := $(TARGET_GRALLOC_HANDLE_HAS_UBWCP_FORMAT)
SOONG_CONFIG_lineageGlobalVars_uses_egl_display_array := $(TARGET_USES_EGL_DISPLAY_ARRAY)
SOONG_CONFIG_lineageNvidiaVars_uses_nvidia_enhancements := $(NV_ANDROID_FRAMEWORK_ENHANCEMENTS)
Expand All @@ -93,7 +91,6 @@ TARGET_HEALTH_CHARGING_CONTROL_SUPPORTS_DEADLINE ?= false
TARGET_HEALTH_CHARGING_CONTROL_SUPPORTS_TOGGLE ?= true
TARGET_INIT_VENDOR_LIB ?= vendor_init
TARGET_QTI_VIBRATOR_EFFECT_LIB ?= libqtivibratoreffect
TARGET_SDMCORE_HAS_IS_DISPLAY_HW_AVAILABLE_FUNC ?= true
TARGET_SURFACEFLINGER_UDFPS_LIB ?= surfaceflinger_udfps_lib
TARGET_TRUST_USB_CONTROL_PATH ?= /proc/sys/kernel/deny_new_usb
TARGET_TRUST_USB_CONTROL_ENABLE ?= 1
Expand Down

0 comments on commit 4ffd90d

Please sign in to comment.