Skip to content

Commit

Permalink
fix boot hal
Browse files Browse the repository at this point in the history
  • Loading branch information
brigudav committed Jun 26, 2022
1 parent b609574 commit 62eb6ce
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 15 deletions.
3 changes: 2 additions & 1 deletion Android.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright (C) 2021 The TWRP Open-Source Project
# Copyright 2018 The Android Open Source Project
# Copyright 2014-2022 The Team Win LLC
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down
3 changes: 2 additions & 1 deletion AndroidProducts.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright (C) 2021 The TWRP Open-Source Project
# Copyright 2018 The Android Open Source Project
# Copyright 2014-2022 The Team Win LLC
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down
15 changes: 8 additions & 7 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright (C) 2021 The TWRP Open-Source Project
# Copyright 2018 The Android Open Source Project
# Copyright 2014-2022 The Team Win LLC
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down Expand Up @@ -173,10 +174,6 @@ TW_NO_SCREEN_BLANK := true
TW_EXCLUDE_APEX := true
TW_SUPPORT_INPUT_1_2_HAPTICS := true

# TWRP tools
TW_INCLUDE_RESETPROP := true
TW_INCLUDE_REPACKTOOLS := true

# The path to a temperature sensor
TW_CUSTOM_CPU_TEMP_PATH := "/sys/devices/virtual/thermal/thermal_zone19/temp"

Expand All @@ -186,6 +183,10 @@ TWRP_INCLUDE_LOGCAT := true

TW_QCOM_ATS_OFFSET := 1643101352000

#TW_EXCLUDE_LPDUMP := true
#TW_EXCLUDE_LPTOOLS := true
# TWRP tools
TW_INCLUDE_RESETPROP := true
TW_INCLUDE_REPACKTOOLS := true
TW_EXCLUDE_LPDUMP := true
TW_EXCLUDE_LPTOOLS := true
TW_INCLUDE_PYTHON := true

9 changes: 4 additions & 5 deletions device.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright (C) 2021 The TWRP Open-Source Project
# Copyright 2018 The Android Open Source Project
# Copyright 2014-2022 The Team Win LLC
#
# SPDX-License-Identifier: Apache-2.0
#
Expand All @@ -26,13 +27,11 @@ PRODUCT_USE_DYNAMIC_PARTITIONS := true
# Additional binaries & libraries needed for recovery
TARGET_RECOVERY_DEVICE_MODULES += \
libion \
libxml2 \
[email protected]
libxml2

TW_RECOVERY_ADDITIONAL_RELINK_LIBRARY_FILES += \
$(TARGET_OUT_SHARED_LIBRARIES)/libion.so \
$(TARGET_OUT_SHARED_LIBRARIES)/libxml2.so \
$(TARGET_OUT_SHARED_LIBRARIES)/[email protected]
$(TARGET_OUT_SHARED_LIBRARIES)/libxml2.so

# Overrides
PRODUCT_BUILD_PROP_OVERRIDES += \
Expand Down
3 changes: 2 additions & 1 deletion twrp_surya.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright (C) 2021 The TWRP Open-Source Project
# Copyright 2018 The Android Open Source Project
# Copyright 2014-2022 The Team Win LLC
#
# SPDX-License-Identifier: Apache-2.0
#
Expand Down

0 comments on commit 62eb6ce

Please sign in to comment.